#5A5B76

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

Shades of Comet #5A5B76

Tints of Comet #5A5B76

Color information

#5A5B76 (or 0x5A5B76) is unknown color: approx Comet. HEX triplet: 5A, 5B and 76. RGB value is (90,91,118). Sum of RGB (Red+Green+Blue) = 90+91+118=299 (39% of max value = 765). Red value is 90 (35.55% from 255 or 30.10% from 299); Green value is 91 (35.94% from 255 or 30.43% from 299); Blue value is 118 (46.48% from 255 or 39.46% from 299); Max value from RGB is 118 - color contains mainly: blue. Hex color #5A5B76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A5B76 is #A5A489. Grayscale: #5D5D5D. Windows color (decimal): -10855562 or 7756634. OLE color: 7756634.

HSL color Cylindrical-coordinate representation of color #5A5B76: hue angle of 237.86º degrees, saturation: 0.13, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #5A5B76 is Cyan = 0.24, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB9091118-
CMYK0.240.2300.54
HSL237.86º13.46%40.78%-
HSV(B)237.86º23.73%46.27%-
XYZ11.2310.9618.66-
YUV93.78141.67125.3-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 30.10%
GREEN value IS 91 (35.94% from 255) = 30.43%
BLUE value IS 118 (46.48% from 255) = 39.46%
R=30.10%
G=30.43%
B=39.46%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal90911180.240.2300.54237.8613.4640.78
Hex5A5B761817036eed29
Octal13213316630270663561551
Binary10110101011011111011011000101110110110111011101101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A5B76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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