Html Css Color HEX #575B5A Cape Cod

📋 copy color: '#575B5A'

red 87 ◦ green 91 ◦ blue 90

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

Shades of Cape Cod #575B5A

Tints of Cape Cod #575B5A

RGB

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

 GREEN value IS 91 (35.94% from 255) = 33.96%

 BLUE value IS 90 (35.55% from 255) = 33.58%

R = 32.46%
G = 33.96%
B = 33.58%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.01

 K value IS 0.64

RGB Variations

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

Color information

#575B5A (or 0x575B5A) is known color: Cape Cod. HEX triplet: 57, 5B and 5A. RGB value is (87,91,90). Sum of RGB (Red+Green+Blue) = 87+91+90=268 (35% of max value = 765). Red value is 87 (34.38% from 255 or 32.46% from 268); Green value is 91 (35.94% from 255 or 33.96% from 268); Blue value is 90 (35.55% from 255 or 33.58% from 268); Max value from RGB is 91 - color contains mainly: green. Hex color #575B5A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575B5A is #A8A4A5. Grayscale: #595959. Windows color (decimal): -11052198 or 5921623. OLE color: 5921623.

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

Color convert

RGB 87 91 90 -
CMYK 0.04 0 0.01 0.64
HSL 165º 0.02% 0.35% -
HSV(B) 165º 0.04% 0.36% -
XYZ 9.52 10.25 11.15 -
YUV 89.69 128.17 126.08 -
System Red Green Blue C M Y K H S L
Decimal 87 91 90 0.04 0 0.01 0.64 165 0.02 0.35
Hex 57 5B 5A 4 0 1 40 A5 2 23
Octal 127 133 132 4 0 1 100 245 2 43
Binary 1010111 1011011 1011010 100 0 1 1000000 10100101 10 100011

Color Harmonies of #575B5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575B5A

Black with #575B5A

Text Example


Text Example

White with #575B5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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