#52537A

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

Shades of Comet #52537A

Tints of Comet #52537A

Color information

#52537A (or 0x52537A) is unknown color: approx Comet. HEX triplet: 52, 53 and 7A. RGB value is (82,83,122). Sum of RGB (Red+Green+Blue) = 82+83+122=287 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.57% from 287); Green value is 83 (32.81% from 255 or 28.92% from 287); Blue value is 122 (48.05% from 255 or 42.51% from 287); Max value from RGB is 122 - color contains mainly: blue. Hex color #52537A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52537A is #ADAC85. Grayscale: #565656. Windows color (decimal): -11381894 or 8016722. OLE color: 8016722.

HSL color Cylindrical-coordinate representation of color #52537A: hue angle of 238.5º degrees, saturation: 0.2, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #52537A is Cyan = 0.33, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB8283122-
CMYK0.330.3200.52
HSL238.5º19.61%40%-
HSV(B)238.5º32.79%47.84%-
XYZ10.099.3919.69-
YUV87.15147.67124.33-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 28.57%
GREEN value IS 83 (32.81% from 255) = 28.92%
BLUE value IS 122 (48.05% from 255) = 42.51%
R=28.57%
G=28.92%
B=42.51%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal82831220.330.3200.52238.519.6140
Hex52537A2120034ee1428
Octal12212317241400643562450
Binary10100101010011111101010000110000001101001110111010100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52537A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52537A; }

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

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

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

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

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

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

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

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