#5B5332

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

Shades of West Coast #5B5332

Tints of West Coast #5B5332

Color information

#5B5332 (or 0x5B5332) is unknown color: approx West Coast. HEX triplet: 5B, 53 and 32. RGB value is (91,83,50). Sum of RGB (Red+Green+Blue) = 91+83+50=224 (29% of max value = 765). Red value is 91 (35.94% from 255 or 40.62% from 224); Green value is 83 (32.81% from 255 or 37.05% from 224); Blue value is 50 (19.92% from 255 or 22.32% from 224); Max value from RGB is 91 - color contains mainly: red. Hex color #5B5332 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B5332 is #A4ACCD. Grayscale: #515151. Windows color (decimal): -10792142 or 3298139. OLE color: 3298139.

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

Color convert

RGB918350-
CMYK00.090.450.64
HSL48.29º29.08%27.65%-
HSV(B)48.29º45.05%35.69%-
XYZ7.988.644.26-
YUV81.63110.15134.68-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 40.62%
GREEN value IS 83 (32.81% from 255) = 37.05%
BLUE value IS 50 (19.92% from 255) = 22.32%
R=40.62%
G=37.05%
B=22.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.45
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal91835000.090.450.6448.2929.0827.65
Hex5B5332092D40301d1c
Octal1331236201155100603534
Binary101101110100111100100100110110110000001100001110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B5332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,83,50); }

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

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

 a { background-color: rgb(91,83,50); }

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

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

 span { border-color: rgb(91,83,50); }

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