Html Css Color HEX #585A59 Cape Cod

📋 copy color: '#585A59'

red 88 ◦ green 90 ◦ blue 89

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

Shades of Cape Cod #585A59

Tints of Cape Cod #585A59

RGB

 RED value IS 88 (34.77% from 255) = 32.96%

 GREEN value IS 90 (35.55% from 255) = 33.71%

 BLUE value IS 89 (35.16% from 255) = 33.33%

R = 32.96%
G = 33.71%
B = 33.33%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.01

 K value IS 0.65

RGB Variations

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

Color information

#585A59 (or 0x585A59) is known color: Cape Cod. HEX triplet: 58, 5A and 59. RGB value is (88,90,89). Sum of RGB (Red+Green+Blue) = 88+90+89=267 (35% of max value = 765). Red value is 88 (34.77% from 255 or 32.96% from 267); Green value is 90 (35.55% from 255 or 33.71% from 267); Blue value is 89 (35.16% from 255 or 33.33% from 267); Max value from RGB is 90 - color contains mainly: green. Hex color #585A59 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585A59 is #A7A5A6. Grayscale: #595959. Windows color (decimal): -10986919 or 5855832. OLE color: 5855832.

HSL color Cylindrical-coordinate representation of color #585A59: hue angle of 150º degrees, saturation: 0.01, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #585A59 is Cyan = 0.02, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 90 89 -
CMYK 0.02 0 0.01 0.65
HSL 150º 0.01% 0.35% -
HSV(B) 150º 0.02% 0.35% -
XYZ 9.48 10.11 10.9 -
YUV 89.29 127.84 127.08 -
System Red Green Blue C M Y K H S L
Decimal 88 90 89 0.02 0 0.01 0.65 150 0.01 0.35
Hex 58 5A 59 2 0 1 41 96 1 23
Octal 130 132 131 2 0 1 101 226 1 43
Binary 1011000 1011010 1011001 10 0 1 1000001 10010110 1 100011

Color Harmonies of #585A59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585A59

Black with #585A59

Text Example


Text Example

White with #585A59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,90,89); }

 H1.HeaderClassName
 {
   color: #585A59;
 }
 .AnyTagClassName
 {
   color: #585A59;
 }
</style>

background-color css

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

 a { background-color: rgb(88,90,89); }

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

border-color css

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

 span { border-color: rgb(88,90,89); }

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