#53547A

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

Shades of Comet #53547A

Tints of Comet #53547A

Color information

#53547A (or 0x53547A) is unknown color: approx Comet. HEX triplet: 53, 54 and 7A. RGB value is (83,84,122). Sum of RGB (Red+Green+Blue) = 83+84+122=289 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.72% from 289); Green value is 84 (33.20% from 255 or 29.07% from 289); Blue value is 122 (48.05% from 255 or 42.21% from 289); Max value from RGB is 122 - color contains mainly: blue. Hex color #53547A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53547A is #ACAB85. Grayscale: #575757. Windows color (decimal): -11316102 or 8016979. OLE color: 8016979.

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

Color convert

RGB8384122-
CMYK0.320.3100.52
HSL238.46º19.02%40.2%-
HSV(B)238.46º31.97%47.84%-
XYZ10.259.5819.72-
YUV88.03147.17124.41-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 28.72%
GREEN value IS 84 (33.20% from 255) = 29.07%
BLUE value IS 122 (48.05% from 255) = 42.21%
R=28.72%
G=29.07%
B=42.21%

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
Decimal83841220.320.3100.52238.4619.0240.2
Hex53547A201F034ee1328
Octal12312417240370643562350
Binary1010011101010011110101000001111101101001110111010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53547A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53547A; }

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

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

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

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

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

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

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

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