Html Css Color HEX #575958 Cape Cod

📋 copy color: '#575958'

red 87 ◦ green 89 ◦ blue 88

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

Shades of Cape Cod #575958

Tints of Cape Cod #575958

RGB

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

 GREEN value IS 89 (35.16% from 255) = 33.71%

 BLUE value IS 88 (34.77% from 255) = 33.33%

R = 32.95%
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

#575958 (or 0x575958) is known color: Cape Cod. HEX triplet: 57, 59 and 58. RGB value is (87,89,88). Sum of RGB (Red+Green+Blue) = 87+89+88=264 (34% of max value = 765). Red value is 87 (34.38% from 255 or 32.95% from 264); Green value is 89 (35.16% from 255 or 33.71% from 264); Blue value is 88 (34.77% from 255 or 33.33% from 264); Max value from RGB is 89 - color contains mainly: green. Hex color #575958 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575958 is #A8A6A7. Grayscale: #585858. Windows color (decimal): -11052712 or 5790039. OLE color: 5790039.

HSL color Cylindrical-coordinate representation of color #575958: 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 #575958 is Cyan = 0.02, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.65.

Color convert

RGB 87 89 88 -
CMYK 0.02 0 0.01 0.65
HSL 150º 0.01% 0.35% -
HSV(B) 150º 0.02% 0.35% -
XYZ 9.26 9.88 10.65 -
YUV 88.29 127.84 127.08 -
System Red Green Blue C M Y K H S L
Decimal 87 89 88 0.02 0 0.01 0.65 150 0.01 0.35
Hex 57 59 58 2 0 1 41 96 1 23
Octal 127 131 130 2 0 1 101 226 1 43
Binary 1010111 1011001 1011000 10 0 1 1000001 10010110 1 100011

Color Harmonies of #575958

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575958

Black with #575958

Text Example


Text Example

White with #575958

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #575958; }

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

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

background-color css

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

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

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

border-color css

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

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

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