Html Css Color HEX #575C70 East Bay

📋 copy color: '#575C70'

red 87 ◦ green 92 ◦ blue 112

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

Shades of East Bay #575C70

Tints of East Bay #575C70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 38.49%

R = 29.9%
G = 31.62%
B = 38.49%

CMYK

 C value IS 0.22

 M value IS 0.18

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#575C70 (or 0x575C70) is known color: East Bay. HEX triplet: 57, 5C and 70. RGB value is (87,92,112). Sum of RGB (Red+Green+Blue) = 87+92+112=291 (38% of max value = 765). Red value is 87 (34.38% from 255 or 29.90% from 291); Green value is 92 (36.33% from 255 or 31.62% from 291); Blue value is 112 (44.14% from 255 or 38.49% from 291); Max value from RGB is 112 - color contains mainly: blue. Hex color #575C70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575C70 is #A8A38F. Grayscale: #5C5C5C. Windows color (decimal): -11051920 or 7363671. OLE color: 7363671.

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

Color convert

RGB 87 92 112 -
CMYK 0.22 0.18 0 0.56
HSL 228º 0.13% 0.39% -
HSV(B) 228º 0.22% 0.44% -
XYZ 10.68 10.85 16.86 -
YUV 92.79 138.84 123.87 -
System Red Green Blue C M Y K H S L
Decimal 87 92 112 0.22 0.18 0 0.56 228 0.13 0.39
Hex 57 5C 70 16 12 0 38 E4 D 27
Octal 127 134 160 26 22 0 70 344 15 47
Binary 1010111 1011100 1110000 10110 10010 0 111000 11100100 1101 100111

Color Harmonies of #575C70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575C70

Black with #575C70

Text Example


Text Example

White with #575C70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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