Html Css Color HEX #585D70 East Bay

📋 copy color: '#585D70'

red 88 ◦ green 93 ◦ blue 112

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

Shades of East Bay #585D70

Tints of East Bay #585D70

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 value IS 0.21

 M value IS 0.17

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#585D70 (or 0x585D70) is known color: 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

RGB 88 93 112 -
CMYK 0.21 0.17 0 0.56
HSL 227.5º 0.12% 0.39% -
HSV(B) 227.5º 0.21% 0.44% -
XYZ 10.86 11.07 16.89 -
YUV 93.67 138.34 123.96 -
System Red Green Blue C M Y K H S L
Decimal 88 93 112 0.21 0.17 0 0.56 227.5 0.12 0.39
Hex 58 5D 70 15 11 0 38 E4 C 27
Octal 130 135 160 25 21 0 70 344 14 47
Binary 1011000 1011101 1110000 10101 10001 0 111000 11100100 1100 100111

Color Harmonies of #585D70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585D70

Black with #585D70

Text Example


Text Example

White with #585D70

Text Example


Text Example

HTML Codes & Css Web 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>