#5B577C

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

Shades of Comet #5B577C

Tints of Comet #5B577C

Color information

#5B577C (or 0x5B577C) is unknown color: approx Comet. HEX triplet: 5B, 57 and 7C. RGB value is (91,87,124). Sum of RGB (Red+Green+Blue) = 91+87+124=302 (40% of max value = 765). Red value is 91 (35.94% from 255 or 30.13% from 302); Green value is 87 (34.38% from 255 or 28.81% from 302); Blue value is 124 (48.83% from 255 or 41.06% from 302); Max value from RGB is 124 - color contains mainly: blue. Hex color #5B577C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B577C is #A4A883. Grayscale: #5C5C5C. Windows color (decimal): -10791044 or 8148827. OLE color: 8148827.

HSL color Cylindrical-coordinate representation of color #5B577C: hue angle of 246.49º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #5B577C is Cyan = 0.27, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB9187124-
CMYK0.270.3000.51
HSL246.49º17.54%41.37%-
HSV(B)246.49º29.84%48.63%-
XYZ11.3610.520.5-
YUV92.41145.83126.99-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 30.13%
GREEN value IS 87 (34.38% from 255) = 28.81%
BLUE value IS 124 (48.83% from 255) = 41.06%
R=30.13%
G=28.81%
B=41.06%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal91871240.270.3000.51246.4917.5441.37
Hex5B577C1B1E033f61229
Octal13312717433360633662251
Binary101101110101111111100110111111001100111111011010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B577C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5B577C; }

 p { color: rgb(91,87,124); }

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

<style>
 a { background-color: #5B577C; }

 a { background-color: rgb(91,87,124); }

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

<style>
 span { border-color: #5B577C; }

 span { border-color: rgb(91,87,124); }

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