#525477

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

Shades of Comet #525477

Tints of Comet #525477

Color information

#525477 (or 0x525477) is unknown color: approx Comet. HEX triplet: 52, 54 and 77. RGB value is (82,84,119). Sum of RGB (Red+Green+Blue) = 82+84+119=285 (37% of max value = 765). Red value is 82 (32.42% from 255 or 28.77% from 285); Green value is 84 (33.20% from 255 or 29.47% from 285); Blue value is 119 (46.88% from 255 or 41.75% from 285); Max value from RGB is 119 - color contains mainly: blue. Hex color #525477 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525477 is #ADAB88. Grayscale: #575757. Windows color (decimal): -11381641 or 7820370. OLE color: 7820370.

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

Color convert

RGB8284119-
CMYK0.310.2900.53
HSL236.76º18.41%39.41%-
HSV(B)236.76º31.09%46.67%-
XYZ9.989.4718.75-
YUV87.39145.84124.15-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 28.77%
GREEN value IS 84 (33.20% from 255) = 29.47%
BLUE value IS 119 (46.88% from 255) = 41.75%
R=28.77%
G=29.47%
B=41.75%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal82841190.310.2900.53236.7618.4139.41
Hex5254771F1D035ed1227
Octal12212416737350653552247
Binary101001010101001110111111111110101101011110110110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #525477; }

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

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

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

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

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

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

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

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