#5F6152

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

Shades of Siam #5F6152

Tints of Siam #5F6152

Color information

#5F6152 (or 0x5F6152) is unknown color: approx Siam. HEX triplet: 5F, 61 and 52. RGB value is (95,97,82). Sum of RGB (Red+Green+Blue) = 95+97+82=274 (36% of max value = 765). Red value is 95 (37.5% from 255 or 34.67% from 274); Green value is 97 (38.28% from 255 or 35.40% from 274); Blue value is 82 (32.42% from 255 or 29.93% from 274); Max value from RGB is 97 - color contains mainly: green. Hex color #5F6152 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F6152 is #A09EAD. Grayscale: #5E5E5E. Windows color (decimal): -10526382 or 5398879. OLE color: 5398879.

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

Color convert

RGB959782-
CMYK0.0200.150.62
HSL68º8.38%35.1%-
HSV(B)68º15.46%38.04%-
XYZ10.5211.599.67-
YUV94.69120.84128.22-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 34.67%
GREEN value IS 97 (38.28% from 255) = 35.40%
BLUE value IS 82 (32.42% from 255) = 29.93%
R=34.67%
G=35.40%
B=29.93%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9597820.0200.150.62688.3835.1
Hex5F615220F3E44823
Octal1371411222017761041043
Binary101111111000011010010100111111111010001001000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F6152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,97,82); }

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

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

 a { background-color: rgb(95,97,82); }

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

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

 span { border-color: rgb(95,97,82); }

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