#485551

Color #485551 Cape Cod (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cape Cod #485551

Tints of Cape Cod #485551

Color information

#485551 (or 0x485551) is unknown color: approx 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

RGB728581-
CMYK0.1500.050.67
HSL161.54º8.28%30.78%-
HSV(B)161.54º15.29%33.33%-
XYZ7.418.479.03-
YUV80.66128.19121.83-

RGB Variations

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

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 (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7285810.1500.050.67161.548.2830.78
Hex485551F0543a281f
Octal11012512117051032421037
Binary10010001010101101000111110101100001110100010100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>