Html Css Color HEX #53576A East Bay

📋 copy color: '#53576A'

red 83 ◦ green 87 ◦ blue 106

#53576A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of East Bay #53576A

Tints of East Bay #53576A

RGB

 RED value IS 83 (32.81% from 255) = 30.07%

 GREEN value IS 87 (34.38% from 255) = 31.52%

 BLUE value IS 106 (41.8% from 255) = 38.41%

R = 30.07%
G = 31.52%
B = 38.41%

CMYK

 C value IS 0.22

 M value IS 0.18

 Y value IS 0

 K value IS 0.58

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#53576A (or 0x53576A) is known color: East Bay. HEX triplet: 53, 57 and 6A. RGB value is (83,87,106). Sum of RGB (Red+Green+Blue) = 83+87+106=276 (36% of max value = 765). Red value is 83 (32.81% from 255 or 30.07% from 276); Green value is 87 (34.38% from 255 or 31.52% from 276); Blue value is 106 (41.80% from 255 or 38.41% from 276); Max value from RGB is 106 - color contains mainly: blue. Hex color #53576A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53576A is #ACA895. Grayscale: #575757. Windows color (decimal): -11315350 or 6969171. OLE color: 6969171.

HSL color Cylindrical-coordinate representation of color #53576A: hue angle of 229.57º degrees, saturation: 0.12, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #53576A is Cyan = 0.22, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 83 87 106 -
CMYK 0.22 0.18 0 0.58
HSL 229.57º 0.12% 0.37% -
HSV(B) 229.57º 0.22% 0.42% -
XYZ 9.58 9.7 15 -
YUV 87.97 138.17 124.46 -
System Red Green Blue C M Y K H S L
Decimal 83 87 106 0.22 0.18 0 0.58 229.57 0.12 0.37
Hex 53 57 6A 16 12 0 3A E6 C 25
Octal 123 127 152 26 22 0 72 346 14 45
Binary 1010011 1010111 1101010 10110 10010 0 111010 11100110 1100 100101

Color Harmonies of #53576A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53576A

Black with #53576A

Text Example


Text Example

White with #53576A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53576A; }

 p { color: rgb(83,87,106); }

 H1.HeaderClassName
 {
   color: #53576A;
 }
 .AnyTagClassName
 {
   color: #53576A;
 }
</style>

background-color css

<style>
 a { background-color: #53576A; }

 a { background-color: rgb(83,87,106); }

 div.DivClassName
 {
   background-color: #53576A;
 }
 .BgClassName
 {
   background-color: #53576A;
 }
</style>

border-color css

<style>
 span { border-color: #53576A; }

 span { border-color: rgb(83,87,106); }

 td.TdClassName
 {
   border-color: #53576A;
 }
 .TagClassName
 {
   border-color: #53576A;
 }
</style>