#5B5A79

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

Shades of Comet #5B5A79

Tints of Comet #5B5A79

Color information

#5B5A79 (or 0x5B5A79) is unknown color: approx Comet. HEX triplet: 5B, 5A and 79. RGB value is (91,90,121). Sum of RGB (Red+Green+Blue) = 91+90+121=302 (40% of max value = 765). Red value is 91 (35.94% from 255 or 30.13% from 302); Green value is 90 (35.55% from 255 or 29.80% from 302); Blue value is 121 (47.66% from 255 or 40.07% from 302); Max value from RGB is 121 - color contains mainly: blue. Hex color #5B5A79 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B5A79 is #A4A586. Grayscale: #5D5D5D. Windows color (decimal): -10790279 or 7952987. OLE color: 7952987.

HSL color Cylindrical-coordinate representation of color #5B5A79: hue angle of 241.94º degrees, saturation: 0.15, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #5B5A79 is Cyan = 0.25, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB9190121-
CMYK0.250.2600.53
HSL241.94º14.69%41.37%-
HSV(B)241.94º25.62%47.45%-
XYZ11.4210.9219.59-
YUV93.83143.33125.98-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 30.13%
GREEN value IS 90 (35.55% from 255) = 29.80%
BLUE value IS 121 (47.66% from 255) = 40.07%
R=30.13%
G=29.80%
B=40.07%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal91901210.250.2600.53241.9414.6941.37
Hex5B5A79191A035f2f29
Octal13313217131320653621751
Binary10110111011010111100111001110100110101111100101111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B5A79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,90,121); }

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

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

 a { background-color: rgb(91,90,121); }

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

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

 span { border-color: rgb(91,90,121); }

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