#53587F

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

Shades of Comet #53587F

Tints of Comet #53587F

Color information

#53587F (or 0x53587F) is unknown color: approx Comet. HEX triplet: 53, 58 and 7F. RGB value is (83,88,127). Sum of RGB (Red+Green+Blue) = 83+88+127=298 (39% of max value = 765). Red value is 83 (32.81% from 255 or 27.85% from 298); Green value is 88 (34.77% from 255 or 29.53% from 298); Blue value is 127 (50% from 255 or 42.62% from 298); Max value from RGB is 127 - color contains mainly: blue. Hex color #53587F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53587F is #ACA780. Grayscale: #5A5A5A. Windows color (decimal): -11315073 or 8345683. OLE color: 8345683.

HSL color Cylindrical-coordinate representation of color #53587F: hue angle of 233.18º 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 #53587F is Cyan = 0.35, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB8388127-
CMYK0.350.3100.50
HSL233.18º20.95%41.18%-
HSV(B)233.18º34.65%49.8%-
XYZ10.8910.3521.5-
YUV90.95148.34122.33-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 27.85%
GREEN value IS 88 (34.77% from 255) = 29.53%
BLUE value IS 127 (50% from 255) = 42.62%
R=27.85%
G=29.53%
B=42.62%

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
Decimal83881270.350.3100.50233.1820.9541.18
Hex53587F231F032e91529
Octal12313017743370623512551
Binary1010011101100011111111000111111101100101110100110101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53587F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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