#5B706B

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

Shades of William #5B706B

Tints of William #5B706B

Color information

#5B706B (or 0x5B706B) is unknown color: approx William. HEX triplet: 5B, 70 and 6B. RGB value is (91,112,107). Sum of RGB (Red+Green+Blue) = 91+112+107=310 (41% of max value = 765). Red value is 91 (35.94% from 255 or 29.35% from 310); Green value is 112 (44.14% from 255 or 36.13% from 310); Blue value is 107 (42.19% from 255 or 34.52% from 310); Max value from RGB is 112 - color contains mainly: green. Hex color #5B706B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B706B is #A48F94. Grayscale: #696969. Windows color (decimal): -10784661 or 7041115. OLE color: 7041115.

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

Color convert

RGB91112107-
CMYK0.1900.040.56
HSL165.71º10.34%39.8%-
HSV(B)165.71º18.75%43.92%-
XYZ12.7614.8716.11-
YUV105.15129.04117.91-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 29.35%
GREEN value IS 112 (44.14% from 255) = 36.13%
BLUE value IS 107 (42.19% from 255) = 34.52%
R=29.35%
G=36.13%
B=34.52%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal911121070.1900.040.56165.7110.3439.8
Hex5B706B130438a6a28
Octal1331601532304702461250
Binary101101111100001101011100110100111000101001101010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B706B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,112,107); }

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

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

 a { background-color: rgb(91,112,107); }

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

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

 span { border-color: rgb(91,112,107); }

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