#53577F

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

Shades of Comet #53577F

Tints of Comet #53577F

Color information

#53577F (or 0x53577F) is unknown color: approx Comet. HEX triplet: 53, 57 and 7F. RGB value is (83,87,127). Sum of RGB (Red+Green+Blue) = 83+87+127=297 (39% of max value = 765). Red value is 83 (32.81% from 255 or 27.95% from 297); Green value is 87 (34.38% from 255 or 29.29% from 297); Blue value is 127 (50% from 255 or 42.76% from 297); Max value from RGB is 127 - color contains mainly: blue. Hex color #53577F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53577F is #ACA880. Grayscale: #5A5A5A. Windows color (decimal): -11315329 or 8345427. OLE color: 8345427.

HSL color Cylindrical-coordinate representation of color #53577F: hue angle of 234.55º degrees, saturation: 0.21, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #53577F is Cyan = 0.35, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB8387127-
CMYK0.350.3100.50
HSL234.55º20.95%41.18%-
HSV(B)234.55º34.65%49.8%-
XYZ10.8110.1921.48-
YUV90.36148.67122.75-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 27.95%
GREEN value IS 87 (34.38% from 255) = 29.29%
BLUE value IS 127 (50% from 255) = 42.76%
R=27.95%
G=29.29%
B=42.76%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal83871270.350.3100.50234.5520.9541.18
Hex53577F231F032eb1529
Octal12312717743370623532551
Binary1010011101011111111111000111111101100101110101110101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53577F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53577F; }

 p { color: rgb(83,87,127); }

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

<style>
 a { background-color: #53577F; }

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

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

<style>
 span { border-color: #53577F; }

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

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