#545568

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

Shades of Comet #545568

Tints of Comet #545568

Color information

#545568 (or 0x545568) is unknown color: approx Comet. HEX triplet: 54, 55 and 68. RGB value is (84,85,104). Sum of RGB (Red+Green+Blue) = 84+85+104=273 (36% of max value = 765). Red value is 84 (33.20% from 255 or 30.77% from 273); Green value is 85 (33.59% from 255 or 31.14% from 273); Blue value is 104 (41.02% from 255 or 38.10% from 273); Max value from RGB is 104 - color contains mainly: blue. Hex color #545568 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #545568 is #ABAA97. Grayscale: #565656. Windows color (decimal): -11250328 or 6837588. OLE color: 6837588.

HSL color Cylindrical-coordinate representation of color #545568: hue angle of 237º degrees, saturation: 0.11, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #545568 is Cyan = 0.19, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB8485104-
CMYK0.190.1800.59
HSL237º10.64%36.86%-
HSV(B)237º19.23%40.78%-
XYZ9.49.3814.41-
YUV86.87137.67125.96-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 30.77%
GREEN value IS 85 (33.59% from 255) = 31.14%
BLUE value IS 104 (41.02% from 255) = 38.10%
R=30.77%
G=31.14%
B=38.10%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal84851040.190.1800.5923710.6436.86
Hex545568131203Bedb25
Octal12412515023220733551345
Binary10101001010101110100010011100100111011111011011011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #545568; }

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

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

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

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

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

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

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

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