#5F563A

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

Shades of West Coast #5F563A

Tints of West Coast #5F563A

Color information

#5F563A (or 0x5F563A) is unknown color: approx West Coast. HEX triplet: 5F, 56 and 3A. RGB value is (95,86,58). Sum of RGB (Red+Green+Blue) = 95+86+58=239 (31% of max value = 765). Red value is 95 (37.5% from 255 or 39.75% from 239); Green value is 86 (33.98% from 255 or 35.98% from 239); Blue value is 58 (23.05% from 255 or 24.27% from 239); Max value from RGB is 95 - color contains mainly: red. Hex color #5F563A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5F563A is #A0A9C5. Grayscale: #555555. Windows color (decimal): -10529222 or 3823199. OLE color: 3823199.

HSL color Cylindrical-coordinate representation of color #5F563A: hue angle of 45.41º degrees, saturation: 0.24, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #5F563A is Cyan = 0, Magento = 0.09, Yellow = 0.39 and Black (K on CMYK) = 0.63.

Color convert

RGB958658-
CMYK00.090.390.63
HSL45.41º24.18%30%-
HSV(B)45.41º38.95%37.25%-
XYZ8.819.395.35-
YUV85.5112.48134.78-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 39.75%
GREEN value IS 86 (33.98% from 255) = 35.98%
BLUE value IS 58 (23.05% from 255) = 24.27%
R=39.75%
G=35.98%
B=24.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.39
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal95865800.090.390.6345.4124.1830
Hex5F563A09273F2d181e
Octal137126720114777553036
Binary10111111010110111010010011001111111111011011100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F563A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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