#53547C

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

Shades of Comet #53547C

Tints of Comet #53547C

Color information

#53547C (or 0x53547C) is unknown color: approx Comet. HEX triplet: 53, 54 and 7C. RGB value is (83,84,124). Sum of RGB (Red+Green+Blue) = 83+84+124=291 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.52% from 291); Green value is 84 (33.20% from 255 or 28.87% from 291); Blue value is 124 (48.83% from 255 or 42.61% from 291); Max value from RGB is 124 - color contains mainly: blue. Hex color #53547C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53547C is #ACAB83. Grayscale: #585858. Windows color (decimal): -11316100 or 8148051. OLE color: 8148051.

HSL color Cylindrical-coordinate representation of color #53547C: hue angle of 238.54º degrees, saturation: 0.2, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #53547C is Cyan = 0.33, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB8384124-
CMYK0.330.3200.51
HSL238.54º19.81%40.59%-
HSV(B)238.54º33.06%48.63%-
XYZ10.389.6320.38-
YUV88.26148.17124.25-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 28.52%
GREEN value IS 84 (33.20% from 255) = 28.87%
BLUE value IS 124 (48.83% from 255) = 42.61%
R=28.52%
G=28.87%
B=42.61%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal83841240.330.3200.51238.5419.8140.59
Hex53547C2120033ef1429
Octal12312417441400633572451
Binary10100111010100111110010000110000001100111110111110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53547C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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