Html Css Color HEX #575D6F East Bay

📋 copy color: '#575D6F'

red 87 ◦ green 93 ◦ blue 111

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

Shades of East Bay #575D6F

Tints of East Bay #575D6F

RGB

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

 GREEN value IS 93 (36.72% from 255) = 31.96%

 BLUE value IS 111 (43.75% from 255) = 38.14%

R = 29.9%
G = 31.96%
B = 38.14%

CMYK

 C value IS 0.22

 M value IS 0.16

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#575D6F (or 0x575D6F) is known color: East Bay. HEX triplet: 57, 5D and 6F. RGB value is (87,93,111). Sum of RGB (Red+Green+Blue) = 87+93+111=291 (38% of max value = 765). Red value is 87 (34.38% from 255 or 29.90% from 291); Green value is 93 (36.72% from 255 or 31.96% from 291); Blue value is 111 (43.75% from 255 or 38.14% from 291); Max value from RGB is 111 - color contains mainly: blue. Hex color #575D6F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575D6F is #A8A290. Grayscale: #5D5D5D. Windows color (decimal): -11051665 or 7298391. OLE color: 7298391.

HSL color Cylindrical-coordinate representation of color #575D6F: hue angle of 225º degrees, saturation: 0.12, 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 #575D6F is Cyan = 0.22, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 87 93 111 -
CMYK 0.22 0.16 0 0.56
HSL 225º 0.12% 0.39% -
HSV(B) 225º 0.22% 0.44% -
XYZ 10.71 11 16.6 -
YUV 93.26 138.01 123.54 -
System Red Green Blue C M Y K H S L
Decimal 87 93 111 0.22 0.16 0 0.56 225 0.12 0.39
Hex 57 5D 6F 16 10 0 38 E1 C 27
Octal 127 135 157 26 20 0 70 341 14 47
Binary 1010111 1011101 1101111 10110 10000 0 111000 11100001 1100 100111

Color Harmonies of #575D6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575D6F

Black with #575D6F

Text Example


Text Example

White with #575D6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,93,111); }

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

background-color css

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

 a { background-color: rgb(87,93,111); }

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

border-color css

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

 span { border-color: rgb(87,93,111); }

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