Html Css Color HEX #575A59 Cape Cod

📋 copy color: '#575A59'

red 87 ◦ green 90 ◦ blue 89

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

Shades of Cape Cod #575A59

Tints of Cape Cod #575A59

RGB

 RED value IS 87 (34.38% from 255) = 32.71%

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

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

R = 32.71%
G = 33.83%
B = 33.46%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.01

 K value IS 0.65

RGB Variations

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

Color information

#575A59 (or 0x575A59) is known color: Cape Cod. HEX triplet: 57, 5A and 59. RGB value is (87,90,89). Sum of RGB (Red+Green+Blue) = 87+90+89=266 (35% of max value = 765). Red value is 87 (34.38% from 255 or 32.71% from 266); Green value is 90 (35.55% from 255 or 33.83% from 266); Blue value is 89 (35.16% from 255 or 33.46% from 266); Max value from RGB is 90 - color contains mainly: green. Hex color #575A59 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575A59 is #A8A5A6. Grayscale: #585858. Windows color (decimal): -11052455 or 5855831. OLE color: 5855831.

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

Color convert

RGB 87 90 89 -
CMYK 0.03 0 0.01 0.65
HSL 160º 0.02% 0.35% -
HSV(B) 160º 0.03% 0.35% -
XYZ 9.39 10.06 10.9 -
YUV 88.99 128.01 126.58 -
System Red Green Blue C M Y K H S L
Decimal 87 90 89 0.03 0 0.01 0.65 160 0.02 0.35
Hex 57 5A 59 3 0 1 41 A0 2 23
Octal 127 132 131 3 0 1 101 240 2 43
Binary 1010111 1011010 1011001 11 0 1 1000001 10100000 10 100011

Color Harmonies of #575A59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575A59

Black with #575A59

Text Example


Text Example

White with #575A59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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