#5F5951

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

Shades of Makara #5F5951

Tints of Makara #5F5951

Color information

#5F5951 (or 0x5F5951) is unknown color: approx Makara. HEX triplet: 5F, 59 and 51. RGB value is (95,89,81). Sum of RGB (Red+Green+Blue) = 95+89+81=265 (35% of max value = 765). Red value is 95 (37.5% from 255 or 35.85% from 265); Green value is 89 (35.16% from 255 or 33.58% from 265); Blue value is 81 (32.03% from 255 or 30.57% from 265); Max value from RGB is 95 - color contains mainly: red. Hex color #5F5951 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F5951 is #A0A6AE. Grayscale: #595959. Windows color (decimal): -10528431 or 5331295. OLE color: 5331295.

HSL color Cylindrical-coordinate representation of color #5F5951: hue angle of 34.29º degrees, saturation: 0.08, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #5F5951 is Cyan = 0, Magento = 0.06, Yellow = 0.15 and Black (K on CMYK) = 0.63.

Color convert

RGB958981-
CMYK00.060.150.63
HSL34.29º7.95%34.51%-
HSV(B)34.29º14.74%37.25%-
XYZ9.7810.179.23-
YUV89.88122.99131.65-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 35.85%
GREEN value IS 89 (35.16% from 255) = 33.58%
BLUE value IS 81 (32.03% from 255) = 30.57%
R=35.85%
G=33.58%
B=30.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.15
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal95898100.060.150.6334.297.9534.51
Hex5F595106F3F22823
Octal137131121061777421043
Binary101111110110011010001011011111111111000101000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F5951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,89,81); }

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

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

 a { background-color: rgb(95,89,81); }

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

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

 span { border-color: rgb(95,89,81); }

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