#525680

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

Shades of Comet #525680

Tints of Comet #525680

Color information

#525680 (or 0x525680) is unknown color: approx Comet. HEX triplet: 52, 56 and 80. RGB value is (82,86,128). Sum of RGB (Red+Green+Blue) = 82+86+128=296 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.70% from 296); Green value is 86 (33.98% from 255 or 29.05% from 296); Blue value is 128 (50.39% from 255 or 43.24% from 296); Max value from RGB is 128 - color contains mainly: blue. Hex color #525680 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #525680 is #ADA97F. Grayscale: #595959. Windows color (decimal): -11381120 or 8410706. OLE color: 8410706.

HSL color Cylindrical-coordinate representation of color #525680: hue angle of 234.78º degrees, saturation: 0.22, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #525680 is Cyan = 0.36, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB8286128-
CMYK0.360.3300.50
HSL234.78º21.9%41.18%-
HSV(B)234.78º35.94%50.2%-
XYZ10.710.0121.79-
YUV89.59149.67122.58-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 27.70%
GREEN value IS 86 (33.98% from 255) = 29.05%
BLUE value IS 128 (50.39% from 255) = 43.24%
R=27.70%
G=29.05%
B=43.24%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal82861280.360.3300.50234.7821.941.18
Hex5256802421032eb1629
Octal12212620044410623532651
Binary101001010101101000000010010010000101100101110101110110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #525680; }

 p { color: rgb(82,86,128); }

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

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

 a { background-color: rgb(82,86,128); }

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

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

 span { border-color: rgb(82,86,128); }

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