#5A5C6C

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

Shades of Comet #5A5C6C

Tints of Comet #5A5C6C

Color information

#5A5C6C (or 0x5A5C6C) is unknown color: approx Comet. HEX triplet: 5A, 5C and 6C. RGB value is (90,92,108). Sum of RGB (Red+Green+Blue) = 90+92+108=290 (38% of max value = 765). Red value is 90 (35.55% from 255 or 31.03% from 290); Green value is 92 (36.33% from 255 or 31.72% from 290); Blue value is 108 (42.58% from 255 or 37.24% from 290); Max value from RGB is 108 - color contains mainly: blue. Hex color #5A5C6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A5C6C is #A5A393. Grayscale: #5D5D5D. Windows color (decimal): -10855316 or 7101530. OLE color: 7101530.

HSL color Cylindrical-coordinate representation of color #5A5C6C: hue angle of 233.33º degrees, saturation: 0.09, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #5A5C6C is Cyan = 0.17, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB9092108-
CMYK0.170.1500.58
HSL233.33º9.09%38.82%-
HSV(B)233.33º16.67%42.35%-
XYZ10.7510.9115.73-
YUV93.23136.34125.7-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 31.03%
GREEN value IS 92 (36.33% from 255) = 31.72%
BLUE value IS 108 (42.58% from 255) = 37.24%
R=31.03%
G=31.72%
B=37.24%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal90921080.170.1500.58233.339.0938.82
Hex5A5C6C11F03Ae9927
Octal13213415421170723511147
Binary1011010101110011011001000111110111010111010011001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A5C6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,92,108); }

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

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

 a { background-color: rgb(90,92,108); }

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

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

 span { border-color: rgb(90,92,108); }

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