#53546C

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

Shades of Comet #53546C

Tints of Comet #53546C

Color information

#53546C (or 0x53546C) is unknown color: approx Comet. HEX triplet: 53, 54 and 6C. RGB value is (83,84,108). Sum of RGB (Red+Green+Blue) = 83+84+108=275 (36% of max value = 765). Red value is 83 (32.81% from 255 or 30.18% from 275); Green value is 84 (33.20% from 255 or 30.55% from 275); Blue value is 108 (42.58% from 255 or 39.27% from 275); Max value from RGB is 108 - color contains mainly: blue. Hex color #53546C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53546C is #ACAB93. Grayscale: #565656. Windows color (decimal): -11316116 or 7099475. OLE color: 7099475.

HSL color Cylindrical-coordinate representation of color #53546C: hue angle of 237.6º degrees, saturation: 0.13, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #53546C is Cyan = 0.23, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB8384108-
CMYK0.230.2200.58
HSL237.6º13.09%37.45%-
HSV(B)237.6º23.15%42.35%-
XYZ9.449.2615.48-
YUV86.44140.17125.55-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 30.18%
GREEN value IS 84 (33.20% from 255) = 30.55%
BLUE value IS 108 (42.58% from 255) = 39.27%
R=30.18%
G=30.55%
B=39.27%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal83841080.230.2200.58237.613.0937.45
Hex53546C171603Aeed25
Octal12312415427260723561545
Binary10100111010100110110010111101100111010111011101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53546C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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