Html Css Color HEX #485551 Cape Cod

📋 copy color: '#485551'

red 72 ◦ green 85 ◦ blue 81

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

Shades of Cape Cod #485551

Tints of Cape Cod #485551

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 34.03%

R = 30.25%
G = 35.71%
B = 34.03%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.05

 K value IS 0.67

RGB Variations

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

Color information

#485551 (or 0x485551) is known color: Cape Cod. HEX triplet: 48, 55 and 51. RGB value is (72,85,81). Sum of RGB (Red+Green+Blue) = 72+85+81=238 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30.25% from 238); Green value is 85 (33.59% from 255 or 35.71% from 238); Blue value is 81 (32.03% from 255 or 34.03% from 238); Max value from RGB is 85 - color contains mainly: green. Hex color #485551 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485551 is #B7AAAE. Grayscale: #505050. Windows color (decimal): -12036783 or 5330248. OLE color: 5330248.

HSL color Cylindrical-coordinate representation of color #485551: hue angle of 161.54º 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 #485551 is Cyan = 0.15, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.67.

Color convert

RGB 72 85 81 -
CMYK 0.15 0 0.05 0.67
HSL 161.54º 0.08% 0.31% -
HSV(B) 161.54º 0.15% 0.33% -
XYZ 7.41 8.47 9.03 -
YUV 80.66 128.19 121.83 -
System Red Green Blue C M Y K H S L
Decimal 72 85 81 0.15 0 0.05 0.67 161.54 0.08 0.31
Hex 48 55 51 F 0 5 43 A2 8 1F
Octal 110 125 121 17 0 5 103 242 10 37
Binary 1001000 1010101 1010001 1111 0 101 1000011 10100010 1000 11111

Color Harmonies of #485551

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485551

Black with #485551

Text Example


Text Example

White with #485551

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #485551; }

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

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

background-color css

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

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

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

border-color css

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

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

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