#5B6C77

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

Shades of Mid Grey #5B6C77

Tints of Mid Grey #5B6C77

Color information

#5B6C77 (or 0x5B6C77) is unknown color: approx Mid Grey. HEX triplet: 5B, 6C and 77. RGB value is (91,108,119). Sum of RGB (Red+Green+Blue) = 91+108+119=318 (42% of max value = 765). Red value is 91 (35.94% from 255 or 28.62% from 318); Green value is 108 (42.58% from 255 or 33.96% from 318); Blue value is 119 (46.88% from 255 or 37.42% from 318); Max value from RGB is 119 - color contains mainly: blue. Hex color #5B6C77 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B6C77 is #A49388. Grayscale: #686868. Windows color (decimal): -10785673 or 7826523. OLE color: 7826523.

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

Color convert

RGB91108119-
CMYK0.240.0900.53
HSL203.57º13.33%41.18%-
HSV(B)203.57º23.53%46.67%-
XYZ13.0114.2819.52-
YUV104.17136.37118.61-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 28.62%
GREEN value IS 108 (42.58% from 255) = 33.96%
BLUE value IS 119 (46.88% from 255) = 37.42%
R=28.62%
G=33.96%
B=37.42%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal911081190.240.0900.53203.5713.3341.18
Hex5B6C77189035ccd29
Octal13315416730110653141551
Binary1011011110110011101111100010010110101110011001101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B6C77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,108,119); }

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

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

 a { background-color: rgb(91,108,119); }

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

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

 span { border-color: rgb(91,108,119); }

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