Html Css Color HEX #575C6E East Bay

📋 copy color: '#575C6E'

red 87 ◦ green 92 ◦ blue 110

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

Shades of East Bay #575C6E

Tints of East Bay #575C6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 38.06%

R = 30.1%
G = 31.83%
B = 38.06%

CMYK

 C value IS 0.21

 M value IS 0.16

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#575C6E (or 0x575C6E) is known color: East Bay. HEX triplet: 57, 5C and 6E. RGB value is (87,92,110). Sum of RGB (Red+Green+Blue) = 87+92+110=289 (38% of max value = 765). Red value is 87 (34.38% from 255 or 30.10% from 289); Green value is 92 (36.33% from 255 or 31.83% from 289); Blue value is 110 (43.36% from 255 or 38.06% from 289); Max value from RGB is 110 - color contains mainly: blue. Hex color #575C6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575C6E is #A8A391. Grayscale: #5C5C5C. Windows color (decimal): -11051922 or 7232599. OLE color: 7232599.

HSL color Cylindrical-coordinate representation of color #575C6E: hue angle of 226.96º degrees, saturation: 0.12, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #575C6E is Cyan = 0.21, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 87 92 110 -
CMYK 0.21 0.16 0 0.57
HSL 226.96º 0.12% 0.39% -
HSV(B) 226.96º 0.21% 0.43% -
XYZ 10.57 10.81 16.28 -
YUV 92.56 137.84 124.04 -
System Red Green Blue C M Y K H S L
Decimal 87 92 110 0.21 0.16 0 0.57 226.96 0.12 0.39
Hex 57 5C 6E 15 10 0 39 E3 C 27
Octal 127 134 156 25 20 0 71 343 14 47
Binary 1010111 1011100 1101110 10101 10000 0 111001 11100011 1100 100111

Color Harmonies of #575C6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575C6E

Black with #575C6E

Text Example


Text Example

White with #575C6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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