#525376

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

Shades of Comet #525376

Tints of Comet #525376

Color information

#525376 (or 0x525376) is unknown color: approx Comet. HEX triplet: 52, 53 and 76. RGB value is (82,83,118). Sum of RGB (Red+Green+Blue) = 82+83+118=283 (37% of max value = 765). Red value is 82 (32.42% from 255 or 28.98% from 283); Green value is 83 (32.81% from 255 or 29.33% from 283); Blue value is 118 (46.48% from 255 or 41.70% from 283); Max value from RGB is 118 - color contains mainly: blue. Hex color #525376 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525376 is #ADAC89. Grayscale: #565656. Windows color (decimal): -11381898 or 7754578. OLE color: 7754578.

HSL color Cylindrical-coordinate representation of color #525376: hue angle of 238.33º 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 #525376 is Cyan = 0.31, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB8283118-
CMYK0.310.3000.54
HSL238.33º18%39.22%-
HSV(B)238.33º30.51%46.27%-
XYZ9.849.2918.41-
YUV86.69145.67124.65-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 28.98%
GREEN value IS 83 (32.81% from 255) = 29.33%
BLUE value IS 118 (46.48% from 255) = 41.70%
R=28.98%
G=29.33%
B=41.70%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal82831180.310.3000.54238.331839.22
Hex5253761F1E036ee1227
Octal12212316637360663562247
Binary101001010100111110110111111111001101101110111010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #525376; }

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

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

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

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

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

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

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

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