#5A6B76

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

Shades of Mid Grey #5A6B76

Tints of Mid Grey #5A6B76

Color information

#5A6B76 (or 0x5A6B76) is unknown color: approx Mid Grey. HEX triplet: 5A, 6B and 76. RGB value is (90,107,118). Sum of RGB (Red+Green+Blue) = 90+107+118=315 (41% of max value = 765). Red value is 90 (35.55% from 255 or 28.57% from 315); Green value is 107 (42.19% from 255 or 33.97% from 315); Blue value is 118 (46.48% from 255 or 37.46% from 315); Max value from RGB is 118 - color contains mainly: blue. Hex color #5A6B76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A6B76 is #A59489. Grayscale: #676767. Windows color (decimal): -10851466 or 7760730. OLE color: 7760730.

HSL color Cylindrical-coordinate representation of color #5A6B76: hue angle of 203.57º 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 #5A6B76 is Cyan = 0.24, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB90107118-
CMYK0.240.0900.54
HSL203.57º13.46%40.78%-
HSV(B)203.57º23.73%46.27%-
XYZ12.741419.17-
YUV103.17136.37118.61-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 28.57%
GREEN value IS 107 (42.19% from 255) = 33.97%
BLUE value IS 118 (46.48% from 255) = 37.46%
R=28.57%
G=33.97%
B=37.46%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal901071180.240.0900.54203.5713.4640.78
Hex5A6B76189036ccd29
Octal13215316630110663141551
Binary1011010110101111101101100010010110110110011001101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A6B76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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