#5A5F6A

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

Shades of Bright Grey #5A5F6A

Tints of Bright Grey #5A5F6A

Color information

#5A5F6A (or 0x5A5F6A) is unknown color: approx Bright Grey. HEX triplet: 5A, 5F and 6A. RGB value is (90,95,106). Sum of RGB (Red+Green+Blue) = 90+95+106=291 (38% of max value = 765). Red value is 90 (35.55% from 255 or 30.93% from 291); Green value is 95 (37.5% from 255 or 32.65% from 291); Blue value is 106 (41.80% from 255 or 36.43% from 291); Max value from RGB is 106 - color contains mainly: blue. Hex color #5A5F6A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A5F6A is #A5A095. Grayscale: #5E5E5E. Windows color (decimal): -10854550 or 6971226. OLE color: 6971226.

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

Color convert

RGB9095106-
CMYK0.150.1000.58
HSL221.25º8.16%38.43%-
HSV(B)221.25º15.09%41.57%-
XYZ10.9111.415.26-
YUV94.76134.34124.61-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 30.93%
GREEN value IS 95 (37.5% from 255) = 32.65%
BLUE value IS 106 (41.80% from 255) = 36.43%
R=30.93%
G=32.65%
B=36.43%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal90951060.150.1000.58221.258.1638.43
Hex5A5F6AFA03Add826
Octal13213715217120723351046
Binary101101010111111101010111110100111010110111011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A5F6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,95,106); }

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

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

 a { background-color: rgb(90,95,106); }

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

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

 span { border-color: rgb(90,95,106); }

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