#485753

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

Shades of Cape Cod #485753

Tints of Cape Cod #485753

Color information

#485753 (or 0x485753) is unknown color: approx Cape Cod. HEX triplet: 48, 57 and 53. RGB value is (72,87,83). Sum of RGB (Red+Green+Blue) = 72+87+83=242 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.75% from 242); Green value is 87 (34.38% from 255 or 35.95% from 242); Blue value is 83 (32.81% from 255 or 34.30% from 242); Max value from RGB is 87 - color contains mainly: green. Hex color #485753 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485753 is #B7A8AC. Grayscale: #525252. Windows color (decimal): -12036269 or 5461832. OLE color: 5461832.

HSL color Cylindrical-coordinate representation of color #485753: hue angle of 164º degrees, saturation: 0.09, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #485753 is Cyan = 0.17, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.66.

Color convert

RGB728783-
CMYK0.1700.050.66
HSL164º9.43%31.18%-
HSV(B)164º17.24%34.12%-
XYZ7.648.829.48-
YUV82.06128.53120.83-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 29.75%
GREEN value IS 87 (34.38% from 255) = 35.95%
BLUE value IS 83 (32.81% from 255) = 34.30%
R=29.75%
G=35.95%
B=34.30%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7287830.1700.050.661649.4331.18
Hex485753110542a491f
Octal11012712321051022441137
Binary100100010101111010011100010101100001010100100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485753

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #485753; }

 p { color: rgb(72,87,83); }

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

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

 a { background-color: rgb(72,87,83); }

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

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

 span { border-color: rgb(72,87,83); }

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