#5A5777

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

Shades of Comet #5A5777

Tints of Comet #5A5777

Color information

#5A5777 (or 0x5A5777) is unknown color: approx Comet. HEX triplet: 5A, 57 and 77. RGB value is (90,87,119). Sum of RGB (Red+Green+Blue) = 90+87+119=296 (39% of max value = 765). Red value is 90 (35.55% from 255 or 30.41% from 296); Green value is 87 (34.38% from 255 or 29.39% from 296); Blue value is 119 (46.88% from 255 or 40.20% from 296); Max value from RGB is 119 - color contains mainly: blue. Hex color #5A5777 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A5777 is #A5A888. Grayscale: #5B5B5B. Windows color (decimal): -10856585 or 7821146. OLE color: 7821146.

HSL color Cylindrical-coordinate representation of color #5A5777: hue angle of 245.62º degrees, saturation: 0.16, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #5A5777 is Cyan = 0.24, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB9087119-
CMYK0.240.2700.53
HSL245.62º15.53%40.39%-
HSV(B)245.62º26.89%46.67%-
XYZ10.9510.3218.87-
YUV91.54143.49126.9-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 30.41%
GREEN value IS 87 (34.38% from 255) = 29.39%
BLUE value IS 119 (46.88% from 255) = 40.20%
R=30.41%
G=29.39%
B=40.20%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal90871190.240.2700.53245.6215.5340.39
Hex5A5777181B035f61028
Octal13212716730330653662050
Binary101101010101111110111110001101101101011111011010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A5777

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,87,119); }

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

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

 a { background-color: rgb(90,87,119); }

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

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

 span { border-color: rgb(90,87,119); }

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