#53537A

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

Shades of Comet #53537A

Tints of Comet #53537A

Color information

#53537A (or 0x53537A) is unknown color: approx Comet. HEX triplet: 53, 53 and 7A. RGB value is (83,83,122). Sum of RGB (Red+Green+Blue) = 83+83+122=288 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.82% from 288); Green value is 83 (32.81% from 255 or 28.82% from 288); Blue value is 122 (48.05% from 255 or 42.36% from 288); Max value from RGB is 122 - color contains mainly: blue. Hex color #53537A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53537A is #ACAC85. Grayscale: #575757. Windows color (decimal): -11316358 or 8016723. OLE color: 8016723.

HSL color Cylindrical-coordinate representation of color #53537A: hue angle of 240º 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 #53537A is Cyan = 0.32, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB8383122-
CMYK0.320.3200.52
HSL240º19.02%40.2%-
HSV(B)240º31.97%47.84%-
XYZ10.179.4319.7-
YUV87.45147.5124.83-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 28.82%
GREEN value IS 83 (32.81% from 255) = 28.82%
BLUE value IS 122 (48.05% from 255) = 42.36%
R=28.82%
G=28.82%
B=42.36%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal83831220.320.3200.5224019.0240.2
Hex53537A2020034f01328
Octal12312317240400643602350
Binary10100111010011111101010000010000001101001111000010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53537A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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