#5F6056

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

Shades of Siam #5F6056

Tints of Siam #5F6056

Color information

#5F6056 (or 0x5F6056) is unknown color: approx Siam. HEX triplet: 5F, 60 and 56. RGB value is (95,96,86). Sum of RGB (Red+Green+Blue) = 95+96+86=277 (36% of max value = 765). Red value is 95 (37.5% from 255 or 34.30% from 277); Green value is 96 (37.89% from 255 or 34.66% from 277); Blue value is 86 (33.98% from 255 or 31.05% from 277); Max value from RGB is 96 - color contains mainly: green. Hex color #5F6056 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F6056 is #A09FA9. Grayscale: #5E5E5E. Windows color (decimal): -10526634 or 5660767. OLE color: 5660767.

HSL color Cylindrical-coordinate representation of color #5F6056: hue angle of 66º degrees, saturation: 0.05, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #5F6056 is Cyan = 0.01, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.62.

Color convert

RGB959686-
CMYK0.0100.100.62
HSL66º5.49%35.69%-
HSV(B)66º10.42%37.65%-
XYZ10.5811.4710.46-
YUV94.56123.17128.31-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 34.30%
GREEN value IS 96 (37.89% from 255) = 34.66%
BLUE value IS 86 (33.98% from 255) = 31.05%
R=34.30%
G=34.66%
B=31.05%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9596860.0100.100.62665.4935.69
Hex5F605610A3E42524
Octal137140126101276102544
Binary1011111110000010101101010101111101000010101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F6056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,96,86); }

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

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

 a { background-color: rgb(95,96,86); }

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

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

 span { border-color: rgb(95,96,86); }

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