#485954

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

Shades of Cape Cod #485954

Tints of Cape Cod #485954

Color information

#485954 (or 0x485954) is unknown color: approx Cape Cod. HEX triplet: 48, 59 and 54. RGB value is (72,89,84). Sum of RGB (Red+Green+Blue) = 72+89+84=245 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.39% from 245); Green value is 89 (35.16% from 255 or 36.33% from 245); Blue value is 84 (33.20% from 255 or 34.29% from 245); Max value from RGB is 89 - color contains mainly: green. Hex color #485954 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485954 is #B7A6AB. Grayscale: #535353. Windows color (decimal): -12035756 or 5527880. OLE color: 5527880.

HSL color Cylindrical-coordinate representation of color #485954: hue angle of 162.35º degrees, saturation: 0.11, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #485954 is Cyan = 0.19, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.65.

Color convert

RGB728984-
CMYK0.1900.060.65
HSL162.35º10.56%31.57%-
HSV(B)162.35º19.1%34.9%-
XYZ7.859.169.74-
YUV83.35128.37119.91-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 29.39%
GREEN value IS 89 (35.16% from 255) = 36.33%
BLUE value IS 84 (33.20% from 255) = 34.29%
R=29.39%
G=36.33%
B=34.29%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7289840.1900.060.65162.3510.5631.57
Hex485954130641a2b20
Octal11013112423061012421340
Binary1001000101100110101001001101101000001101000101011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485954

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #485954; }

 p { color: rgb(72,89,84); }

 H1.HeaderClassName
 {
   color: #485954;
 }
 .AnyTagClassName
 {
   color: #485954;
 }
</style>
background-color css

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

 a { background-color: rgb(72,89,84); }

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

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

 span { border-color: rgb(72,89,84); }

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