#545572

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

Shades of Comet #545572

Tints of Comet #545572

Color information

#545572 (or 0x545572) is unknown color: approx Comet. HEX triplet: 54, 55 and 72. RGB value is (84,85,114). Sum of RGB (Red+Green+Blue) = 84+85+114=283 (37% of max value = 765). Red value is 84 (33.20% from 255 or 29.68% from 283); Green value is 85 (33.59% from 255 or 30.04% from 283); Blue value is 114 (44.92% from 255 or 40.28% from 283); Max value from RGB is 114 - color contains mainly: blue. Hex color #545572 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #545572 is #ABAA8D. Grayscale: #575757. Windows color (decimal): -11250318 or 7492948. OLE color: 7492948.

HSL color Cylindrical-coordinate representation of color #545572: hue angle of 238º degrees, saturation: 0.15, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #545572 is Cyan = 0.26, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB8485114-
CMYK0.260.2500.55
HSL238º15.15%38.82%-
HSV(B)238º26.32%44.71%-
XYZ9.949.617.25-
YUV88.01142.67125.14-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 29.68%
GREEN value IS 85 (33.59% from 255) = 30.04%
BLUE value IS 114 (44.92% from 255) = 40.28%
R=29.68%
G=30.04%
B=40.28%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal84851140.260.2500.5523815.1538.82
Hex5455721A19037eef27
Octal12412516232310673561747
Binary10101001010101111001011010110010110111111011101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #545572; }

 p { color: rgb(84,85,114); }

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

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

 a { background-color: rgb(84,85,114); }

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

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

 span { border-color: rgb(84,85,114); }

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