#5B5038

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

Shades of West Coast #5B5038

Tints of West Coast #5B5038

Color information

#5B5038 (or 0x5B5038) is unknown color: approx West Coast. HEX triplet: 5B, 50 and 38. RGB value is (91,80,56). Sum of RGB (Red+Green+Blue) = 91+80+56=227 (30% of max value = 765). Red value is 91 (35.94% from 255 or 40.09% from 227); Green value is 80 (31.64% from 255 or 35.24% from 227); Blue value is 56 (22.27% from 255 or 24.67% from 227); Max value from RGB is 91 - color contains mainly: red. Hex color #5B5038 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B5038 is #A4AFC7. Grayscale: #505050. Windows color (decimal): -10792904 or 3690587. OLE color: 3690587.

HSL color Cylindrical-coordinate representation of color #5B5038: hue angle of 41.14º degrees, saturation: 0.24, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5B5038 is Cyan = 0, Magento = 0.12, Yellow = 0.38 and Black (K on CMYK) = 0.64.

Color convert

RGB918056-
CMYK00.120.380.64
HSL41.14º23.81%28.82%-
HSV(B)41.14º38.46%35.69%-
XYZ7.98.254.92-
YUV80.55114.14135.45-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 40.09%
GREEN value IS 80 (31.64% from 255) = 35.24%
BLUE value IS 56 (22.27% from 255) = 24.67%
R=40.09%
G=35.24%
B=24.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.38
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal91805600.120.380.6441.1423.8128.82
Hex5B50380C264029181d
Octal1331207001446100513035
Binary101101110100001110000110010011010000001010011100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B5038

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,80,56); }

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

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

 a { background-color: rgb(91,80,56); }

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

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

 span { border-color: rgb(91,80,56); }

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