#52547E

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

Shades of Comet #52547E

Tints of Comet #52547E

Color information

#52547E (or 0x52547E) is unknown color: approx Comet. HEX triplet: 52, 54 and 7E. RGB value is (82,84,126). Sum of RGB (Red+Green+Blue) = 82+84+126=292 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.08% from 292); Green value is 84 (33.20% from 255 or 28.77% from 292); Blue value is 126 (49.61% from 255 or 43.15% from 292); Max value from RGB is 126 - color contains mainly: blue. Hex color #52547E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52547E is #ADAB81. Grayscale: #585858. Windows color (decimal): -11381634 or 8279122. OLE color: 8279122.

HSL color Cylindrical-coordinate representation of color #52547E: hue angle of 237.27º degrees, saturation: 0.21, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #52547E is Cyan = 0.35, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB8284126-
CMYK0.350.3300.51
HSL237.27º21.15%40.78%-
HSV(B)237.27º34.92%49.41%-
XYZ10.429.6421.05-
YUV88.19149.34123.58-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 28.08%
GREEN value IS 84 (33.20% from 255) = 28.77%
BLUE value IS 126 (49.61% from 255) = 43.15%
R=28.08%
G=28.77%
B=43.15%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal82841260.350.3300.51237.2721.1540.78
Hex52547E2321033ed1529
Octal12212417643410633552551
Binary10100101010100111111010001110000101100111110110110101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52547E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52547E; }

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

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

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

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

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

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

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

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