#585D70

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

Shades of East Bay #585D70

Tints of East Bay #585D70

Color information

#585D70 (or 0x585D70) is unknown color: approx East Bay. HEX triplet: 58, 5D and 70. RGB value is (88,93,112). Sum of RGB (Red+Green+Blue) = 88+93+112=293 (38% of max value = 765). Red value is 88 (34.77% from 255 or 30.03% from 293); Green value is 93 (36.72% from 255 or 31.74% from 293); Blue value is 112 (44.14% from 255 or 38.23% from 293); Max value from RGB is 112 - color contains mainly: blue. Hex color #585D70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585D70 is #A7A28F. Grayscale: #5D5D5D. Windows color (decimal): -10986128 or 7363928. OLE color: 7363928.

HSL color Cylindrical-coordinate representation of color #585D70: hue angle of 227.5º degrees, saturation: 0.12, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #585D70 is Cyan = 0.21, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB8893112-
CMYK0.210.1700.56
HSL227.5º12%39.22%-
HSV(B)227.5º21.43%43.92%-
XYZ10.8611.0716.89-
YUV93.67138.34123.96-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 30.03%
GREEN value IS 93 (36.72% from 255) = 31.74%
BLUE value IS 112 (44.14% from 255) = 38.23%
R=30.03%
G=31.74%
B=38.23%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal88931120.210.1700.56227.51239.22
Hex585D701511038e4c27
Octal13013516025210703441447
Binary10110001011101111000010101100010111000111001001100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585D70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,93,112); }

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

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

 a { background-color: rgb(88,93,112); }

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

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

 span { border-color: rgb(88,93,112); }

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