#54557B

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

Shades of Comet #54557B

Tints of Comet #54557B

Color information

#54557B (or 0x54557B) is unknown color: approx Comet. HEX triplet: 54, 55 and 7B. RGB value is (84,85,123). Sum of RGB (Red+Green+Blue) = 84+85+123=292 (38% of max value = 765). Red value is 84 (33.20% from 255 or 28.77% from 292); Green value is 85 (33.59% from 255 or 29.11% from 292); Blue value is 123 (48.44% from 255 or 42.12% from 292); Max value from RGB is 123 - color contains mainly: blue. Hex color #54557B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54557B is #ABAA84. Grayscale: #585858. Windows color (decimal): -11250309 or 8082772. OLE color: 8082772.

HSL color Cylindrical-coordinate representation of color #54557B: hue angle of 238.46º degrees, saturation: 0.19, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #54557B is Cyan = 0.32, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB8485123-
CMYK0.320.3100.52
HSL238.46º18.84%40.59%-
HSV(B)238.46º31.71%48.24%-
XYZ10.489.8120.08-
YUV89.03147.17124.41-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 28.77%
GREEN value IS 85 (33.59% from 255) = 29.11%
BLUE value IS 123 (48.44% from 255) = 42.12%
R=28.77%
G=29.11%
B=42.12%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal84851230.320.3100.52238.4618.8440.59
Hex54557B201F034ee1329
Octal12412517340370643562351
Binary1010100101010111110111000001111101101001110111010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54557B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54557B; }

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

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

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

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

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

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

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

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