#5B606F

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

Shades of Bright Grey #5B606F

Tints of Bright Grey #5B606F

Color information

#5B606F (or 0x5B606F) is unknown color: approx Bright Grey. HEX triplet: 5B, 60 and 6F. RGB value is (91,96,111). Sum of RGB (Red+Green+Blue) = 91+96+111=298 (39% of max value = 765). Red value is 91 (35.94% from 255 or 30.54% from 298); Green value is 96 (37.89% from 255 or 32.21% from 298); Blue value is 111 (43.75% from 255 or 37.25% from 298); Max value from RGB is 111 - color contains mainly: blue. Hex color #5B606F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B606F is #A49F90. Grayscale: #606060. Windows color (decimal): -10788753 or 7299163. OLE color: 7299163.

HSL color Cylindrical-coordinate representation of color #5B606F: hue angle of 225º degrees, saturation: 0.1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #5B606F is Cyan = 0.18, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB9196111-
CMYK0.180.1400.56
HSL225º9.9%39.61%-
HSV(B)225º18.02%43.53%-
XYZ11.3711.7416.71-
YUV96.21136.34124.28-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 30.54%
GREEN value IS 96 (37.89% from 255) = 32.21%
BLUE value IS 111 (43.75% from 255) = 37.25%
R=30.54%
G=32.21%
B=37.25%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal91961110.180.1400.562259.939.61
Hex5B606F12E038e1a28
Octal13314015722160703411250
Binary1011011110000011011111001011100111000111000011010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B606F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,96,111); }

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

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

 a { background-color: rgb(91,96,111); }

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

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

 span { border-color: rgb(91,96,111); }

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