Html Css Color HEX #575C71 East Bay

📋 copy color: '#575C71'

red 87 ◦ green 92 ◦ blue 113

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

Shades of East Bay #575C71

Tints of East Bay #575C71

RGB

 RED value IS 87 (34.38% from 255) = 29.79%

 GREEN value IS 92 (36.33% from 255) = 31.51%

 BLUE value IS 113 (44.53% from 255) = 38.7%

R = 29.79%
G = 31.51%
B = 38.7%

CMYK

 C value IS 0.23

 M value IS 0.19

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#575C71 (or 0x575C71) is known color: East Bay. HEX triplet: 57, 5C and 71. RGB value is (87,92,113). Sum of RGB (Red+Green+Blue) = 87+92+113=292 (38% of max value = 765). Red value is 87 (34.38% from 255 or 29.79% from 292); Green value is 92 (36.33% from 255 or 31.51% from 292); Blue value is 113 (44.53% from 255 or 38.70% from 292); Max value from RGB is 113 - color contains mainly: blue. Hex color #575C71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575C71 is #A8A38E. Grayscale: #5C5C5C. Windows color (decimal): -11051919 or 7429207. OLE color: 7429207.

HSL color Cylindrical-coordinate representation of color #575C71: hue angle of 228.46º degrees, saturation: 0.13, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #575C71 is Cyan = 0.23, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 87 92 113 -
CMYK 0.23 0.19 0 0.56
HSL 228.46º 0.13% 0.39% -
HSV(B) 228.46º 0.23% 0.44% -
XYZ 10.74 10.87 17.16 -
YUV 92.9 139.34 123.79 -
System Red Green Blue C M Y K H S L
Decimal 87 92 113 0.23 0.19 0 0.56 228.46 0.13 0.39
Hex 57 5C 71 17 13 0 38 E4 D 27
Octal 127 134 161 27 23 0 70 344 15 47
Binary 1010111 1011100 1110001 10111 10011 0 111000 11100100 1101 100111

Color Harmonies of #575C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575C71

Black with #575C71

Text Example


Text Example

White with #575C71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #575C71; }

 p { color: rgb(87,92,113); }

 H1.HeaderClassName
 {
   color: #575C71;
 }
 .AnyTagClassName
 {
   color: #575C71;
 }
</style>

background-color css

<style>
 a { background-color: #575C71; }

 a { background-color: rgb(87,92,113); }

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

border-color css

<style>
 span { border-color: #575C71; }

 span { border-color: rgb(87,92,113); }

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