#525453

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

Shades of Cape Cod #525453

Tints of Cape Cod #525453

Color information

#525453 (or 0x525453) is unknown color: approx Cape Cod. HEX triplet: 52, 54 and 53. RGB value is (82,84,83). Sum of RGB (Red+Green+Blue) = 82+84+83=249 (32% of max value = 765). Red value is 82 (32.42% from 255 or 32.93% from 249); Green value is 84 (33.20% from 255 or 33.73% from 249); Blue value is 83 (32.81% from 255 or 33.33% from 249); Max value from RGB is 84 - color contains mainly: green. Hex color #525453 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525453 is #ADABAC. Grayscale: #535353. Windows color (decimal): -11381677 or 5461074. OLE color: 5461074.

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

Color convert

RGB828483-
CMYK0.0200.010.67
HSL150º1.2%32.55%-
HSV(B)150º2.38%32.94%-
XYZ8.218.769.44-
YUV83.29127.84127.08-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 32.93%
GREEN value IS 84 (33.20% from 255) = 33.73%
BLUE value IS 83 (32.81% from 255) = 33.33%
R=32.93%
G=33.73%
B=33.33%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8284830.0200.010.671501.232.55
Hex5254532014396121
Octal122124123201103226141
Binary10100101010100101001110011000011100101101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525453

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #525453; }

 p { color: rgb(82,84,83); }

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

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

 a { background-color: rgb(82,84,83); }

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

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

 span { border-color: rgb(82,84,83); }

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