Html Css Color HEX #485550 Cape Cod

📋 copy color: '#485550'

red 72 ◦ green 85 ◦ blue 80

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

Shades of Cape Cod #485550

Tints of Cape Cod #485550

RGB

 RED value IS 72 (28.52% from 255) = 30.38%

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

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

R = 30.38%
G = 35.86%
B = 33.76%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.06

 K value IS 0.67

RGB Variations

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

Color information

#485550 (or 0x485550) is known color: Cape Cod. HEX triplet: 48, 55 and 50. RGB value is (72,85,80). Sum of RGB (Red+Green+Blue) = 72+85+80=237 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30.38% from 237); Green value is 85 (33.59% from 255 or 35.86% from 237); Blue value is 80 (31.64% from 255 or 33.76% from 237); Max value from RGB is 85 - color contains mainly: green. Hex color #485550 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485550 is #B7AAAF. Grayscale: #505050. Windows color (decimal): -12036784 or 5264712. OLE color: 5264712.

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

Color convert

RGB 72 85 80 -
CMYK 0.15 0 0.06 0.67
HSL 156.92º 0.08% 0.31% -
HSV(B) 156.92º 0.15% 0.33% -
XYZ 7.37 8.45 8.83 -
YUV 80.54 127.69 121.91 -
System Red Green Blue C M Y K H S L
Decimal 72 85 80 0.15 0 0.06 0.67 156.92 0.08 0.31
Hex 48 55 50 F 0 6 43 9D 8 1F
Octal 110 125 120 17 0 6 103 235 10 37
Binary 1001000 1010101 1010000 1111 0 110 1000011 10011101 1000 11111

Color Harmonies of #485550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485550

Black with #485550

Text Example


Text Example

White with #485550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #485550; }

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

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

background-color css

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

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

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

border-color css

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

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

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