#545370

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

Shades of Comet #545370

Tints of Comet #545370

Color information

#545370 (or 0x545370) is unknown color: approx Comet. HEX triplet: 54, 53 and 70. RGB value is (84,83,112). Sum of RGB (Red+Green+Blue) = 84+83+112=279 (36% of max value = 765). Red value is 84 (33.20% from 255 or 30.11% from 279); Green value is 83 (32.81% from 255 or 29.75% from 279); Blue value is 112 (44.14% from 255 or 40.14% from 279); Max value from RGB is 112 - color contains mainly: blue. Hex color #545370 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #545370 is #ABAC8F. Grayscale: #565656. Windows color (decimal): -11250832 or 7361364. OLE color: 7361364.

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

Color convert

RGB8483112-
CMYK0.250.2600.56
HSL242.07º14.87%38.24%-
HSV(B)242.07º25.89%43.92%-
XYZ9.679.2416.6-
YUV86.6142.33126.14-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 30.11%
GREEN value IS 83 (32.81% from 255) = 29.75%
BLUE value IS 112 (44.14% from 255) = 40.14%
R=30.11%
G=29.75%
B=40.14%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal84831120.250.2600.56242.0714.8738.24
Hex545370191A038f2f26
Octal12412316031320703621746
Binary10101001010011111000011001110100111000111100101111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #545370; }

 p { color: rgb(84,83,112); }

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

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

 a { background-color: rgb(84,83,112); }

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

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

 span { border-color: rgb(84,83,112); }

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