#585E71

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

Shades of East Bay #585E71

Tints of East Bay #585E71

Color information

#585E71 (or 0x585E71) is unknown color: approx East Bay. HEX triplet: 58, 5E and 71. RGB value is (88,94,113). Sum of RGB (Red+Green+Blue) = 88+94+113=295 (39% of max value = 765). Red value is 88 (34.77% from 255 or 29.83% from 295); Green value is 94 (37.11% from 255 or 31.86% from 295); Blue value is 113 (44.53% from 255 or 38.31% from 295); Max value from RGB is 113 - color contains mainly: blue. Hex color #585E71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585E71 is #A7A18E. Grayscale: #5E5E5E. Windows color (decimal): -10985871 or 7429720. OLE color: 7429720.

HSL color Cylindrical-coordinate representation of color #585E71: hue angle of 225.6º 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 #585E71 is Cyan = 0.22, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB8894113-
CMYK0.220.1700.56
HSL225.6º12.44%39.41%-
HSV(B)225.6º22.12%44.31%-
XYZ11.0111.2717.22-
YUV94.37138.51123.46-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 29.83%
GREEN value IS 94 (37.11% from 255) = 31.86%
BLUE value IS 113 (44.53% from 255) = 38.31%
R=29.83%
G=31.86%
B=38.31%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal88941130.220.1700.56225.612.4439.41
Hex585E711611038e2c27
Octal13013616126210703421447
Binary10110001011110111000110110100010111000111000101100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585E71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #585E71; }

 p { color: rgb(88,94,113); }

 H1.HeaderClassName
 {
   color: #585E71;
 }
 .AnyTagClassName
 {
   color: #585E71;
 }
</style>
background-color css

<style>
 a { background-color: #585E71; }

 a { background-color: rgb(88,94,113); }

 div.DivClassName
 {
   background-color: #585E71;
 }
 .BgClassName
 {
   background-color: #585E71;
 }
</style>
border-color css

<style>
 span { border-color: #585E71; }

 span { border-color: rgb(88,94,113); }

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