#53536B

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

Shades of Comet #53536B

Tints of Comet #53536B

Color information

#53536B (or 0x53536B) is unknown color: approx Comet. HEX triplet: 53, 53 and 6B. RGB value is (83,83,107). Sum of RGB (Red+Green+Blue) = 83+83+107=273 (36% of max value = 765). Red value is 83 (32.81% from 255 or 30.40% from 273); Green value is 83 (32.81% from 255 or 30.40% from 273); Blue value is 107 (42.19% from 255 or 39.19% from 273); Max value from RGB is 107 - color contains mainly: blue. Hex color #53536B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53536B is #ACAC94. Grayscale: #555555. Windows color (decimal): -11316373 or 7033683. OLE color: 7033683.

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

Color convert

RGB8383107-
CMYK0.220.2200.58
HSL240º12.63%37.25%-
HSV(B)240º22.43%41.96%-
XYZ9.319.0915.17-
YUV85.74140126.05-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 30.40%
GREEN value IS 83 (32.81% from 255) = 30.40%
BLUE value IS 107 (42.19% from 255) = 39.19%
R=30.40%
G=30.40%
B=39.19%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal83831070.220.2200.5824012.6337.25
Hex53536B161603Af0d25
Octal12312315326260723601545
Binary10100111010011110101110110101100111010111100001101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53536B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,83,107); }

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

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

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

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

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

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

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