#525379

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

Shades of Comet #525379

Tints of Comet #525379

Color information

#525379 (or 0x525379) is unknown color: approx Comet. HEX triplet: 52, 53 and 79. RGB value is (82,83,121). Sum of RGB (Red+Green+Blue) = 82+83+121=286 (37% of max value = 765). Red value is 82 (32.42% from 255 or 28.67% from 286); Green value is 83 (32.81% from 255 or 29.02% from 286); Blue value is 121 (47.66% from 255 or 42.31% from 286); Max value from RGB is 121 - color contains mainly: blue. Hex color #525379 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525379 is #ADAC86. Grayscale: #565656. Windows color (decimal): -11381895 or 7951186. OLE color: 7951186.

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

Color convert

RGB8283121-
CMYK0.320.3100.53
HSL238.46º19.21%39.8%-
HSV(B)238.46º32.23%47.45%-
XYZ10.029.3619.37-
YUV87.03147.17124.41-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 28.67%
GREEN value IS 83 (32.81% from 255) = 29.02%
BLUE value IS 121 (47.66% from 255) = 42.31%
R=28.67%
G=29.02%
B=42.31%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal82831210.320.3100.53238.4619.2139.8
Hex525379201F035ee1328
Octal12212317140370653562350
Binary1010010101001111110011000001111101101011110111010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #525379; }

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

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

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

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

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

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

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

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