#525476

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

Shades of Comet #525476

Tints of Comet #525476

Color information

#525476 (or 0x525476) is unknown color: approx Comet. HEX triplet: 52, 54 and 76. RGB value is (82,84,118). Sum of RGB (Red+Green+Blue) = 82+84+118=284 (37% of max value = 765). Red value is 82 (32.42% from 255 or 28.87% from 284); Green value is 84 (33.20% from 255 or 29.58% from 284); Blue value is 118 (46.48% from 255 or 41.55% from 284); Max value from RGB is 118 - color contains mainly: blue. Hex color #525476 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525476 is #ADAB89. Grayscale: #575757. Windows color (decimal): -11381642 or 7754834. OLE color: 7754834.

HSL color Cylindrical-coordinate representation of color #525476: hue angle of 236.67º degrees, saturation: 0.18, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #525476 is Cyan = 0.31, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB8284118-
CMYK0.310.2900.54
HSL236.67º18%39.22%-
HSV(B)236.67º30.51%46.27%-
XYZ9.929.4418.44-
YUV87.28145.34124.24-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 28.87%
GREEN value IS 84 (33.20% from 255) = 29.58%
BLUE value IS 118 (46.48% from 255) = 41.55%
R=28.87%
G=29.58%
B=41.55%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal82841180.310.2900.54236.671839.22
Hex5254761F1D036ed1227
Octal12212416637350663552247
Binary101001010101001110110111111110101101101110110110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #525476; }

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

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

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

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

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

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

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

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