#575C6E

Color #575C6E East Bay (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of East Bay #575C6E

Tints of East Bay #575C6E

Color information

#575C6E (or 0x575C6E) is unknown color: approx 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

RGB8792110-
CMYK0.210.1600.57
HSL226.96º11.68%38.63%-
HSV(B)226.96º20.91%43.14%-
XYZ10.5710.8116.28-
YUV92.56137.84124.04-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 30.10%
GREEN value IS 92 (36.33% from 255) = 31.83%
BLUE value IS 110 (43.36% from 255) = 38.06%
R=30.10%
G=31.83%
B=38.06%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal87921100.210.1600.57226.9611.6838.63
Hex575C6E1510039e3c27
Octal12713415625200713431447
Binary10101111011100110111010101100000111001111000111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575C6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>