#5A606E

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

Shades of Bright Grey #5A606E

Tints of Bright Grey #5A606E

Color information

#5A606E (or 0x5A606E) is unknown color: approx Bright Grey. HEX triplet: 5A, 60 and 6E. RGB value is (90,96,110). Sum of RGB (Red+Green+Blue) = 90+96+110=296 (39% of max value = 765). Red value is 90 (35.55% from 255 or 30.41% from 296); Green value is 96 (37.89% from 255 or 32.43% from 296); Blue value is 110 (43.36% from 255 or 37.16% from 296); Max value from RGB is 110 - color contains mainly: blue. Hex color #5A606E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A606E is #A59F91. Grayscale: #5F5F5F. Windows color (decimal): -10854290 or 7233626. OLE color: 7233626.

HSL color Cylindrical-coordinate representation of color #5A606E: hue angle of 222º degrees, saturation: 0.1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #5A606E is Cyan = 0.18, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB9096110-
CMYK0.180.1300.57
HSL222º10%39.22%-
HSV(B)222º18.18%43.14%-
XYZ11.2111.6716.41-
YUV95.8136.01123.86-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 30.41%
GREEN value IS 96 (37.89% from 255) = 32.43%
BLUE value IS 110 (43.36% from 255) = 37.16%
R=30.41%
G=32.43%
B=37.16%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal90961100.180.1300.572221039.22
Hex5A606E12D039dea27
Octal13214015622150713361247
Binary1011010110000011011101001011010111001110111101010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A606E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,96,110); }

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

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

 a { background-color: rgb(90,96,110); }

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

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

 span { border-color: rgb(90,96,110); }

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