Html Css Color HEX #475550 Cape Cod

📋 copy color: '#475550'

red 71 ◦ green 85 ◦ blue 80

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

Shades of Cape Cod #475550

Tints of Cape Cod #475550

RGB

 RED value IS 71 (28.13% from 255) = 30.08%

 GREEN value IS 85 (33.59% from 255) = 36.02%

 BLUE value IS 80 (31.64% from 255) = 33.9%

R = 30.08%
G = 36.02%
B = 33.9%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.06

 K value IS 0.67

RGB Variations

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

Color information

#475550 (or 0x475550) is known color: Cape Cod. HEX triplet: 47, 55 and 50. RGB value is (71,85,80). Sum of RGB (Red+Green+Blue) = 71+85+80=236 (31% of max value = 765). Red value is 71 (28.12% from 255 or 30.08% from 236); Green value is 85 (33.59% from 255 or 36.02% from 236); Blue value is 80 (31.64% from 255 or 33.90% from 236); Max value from RGB is 85 - color contains mainly: green. Hex color #475550 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475550 is #B8AAAF. Grayscale: #505050. Windows color (decimal): -12102320 or 5264711. OLE color: 5264711.

HSL color Cylindrical-coordinate representation of color #475550: hue angle of 158.57º degrees, saturation: 0.09, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #475550 is Cyan = 0.16, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.67.

Color convert

RGB 71 85 80 -
CMYK 0.16 0 0.06 0.67
HSL 158.57º 0.09% 0.31% -
HSV(B) 158.57º 0.16% 0.33% -
XYZ 7.3 8.42 8.83 -
YUV 80.24 127.86 121.41 -
System Red Green Blue C M Y K H S L
Decimal 71 85 80 0.16 0 0.06 0.67 158.57 0.09 0.31
Hex 47 55 50 10 0 6 43 9F 9 1F
Octal 107 125 120 20 0 6 103 237 11 37
Binary 1000111 1010101 1010000 10000 0 110 1000011 10011111 1001 11111

Color Harmonies of #475550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475550

Black with #475550

Text Example


Text Example

White with #475550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #475550; }

 p { color: rgb(71,85,80); }

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

background-color css

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

 a { background-color: rgb(71,85,80); }

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

border-color css

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

 span { border-color: rgb(71,85,80); }

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