#5B502B

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

Shades of West Coast #5B502B

Tints of West Coast #5B502B

Color information

#5B502B (or 0x5B502B) is unknown color: approx West Coast. HEX triplet: 5B, 50 and 2B. RGB value is (91,80,43). Sum of RGB (Red+Green+Blue) = 91+80+43=214 (28% of max value = 765). Red value is 91 (35.94% from 255 or 42.52% from 214); Green value is 80 (31.64% from 255 or 37.38% from 214); Blue value is 43 (17.19% from 255 or 20.09% from 214); Max value from RGB is 91 - color contains mainly: red. Hex color #5B502B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B502B is #A4AFD4. Grayscale: #4F4F4F. Windows color (decimal): -10792917 or 2838619. OLE color: 2838619.

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

Color convert

RGB918043-
CMYK00.120.530.64
HSL46.25º35.82%26.27%-
HSV(B)46.25º52.75%35.69%-
XYZ7.628.143.45-
YUV79.07107.64136.51-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 42.52%
GREEN value IS 80 (31.64% from 255) = 37.38%
BLUE value IS 43 (17.19% from 255) = 20.09%
R=42.52%
G=37.38%
B=20.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.53
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal91804300.120.530.6446.2535.8226.27
Hex5B502B0C35402e241a
Octal1331205301465100564432
Binary1011011101000010101101100110101100000010111010010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B502B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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