Html Css Color HEX #5B502B West Coast

📋 copy color: '#5B502B'

red 91 ◦ green 80 ◦ blue 43

#5B502B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of West Coast #5B502B

Tints of West Coast #5B502B

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 value IS 0

 M value IS 0.12

 Y value IS 0.53

 K value IS 0.64

RGB Variations

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

Color information

#5B502B (or 0x5B502B) is known color: 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

RGB 91 80 43 -
CMYK 0 0.12 0.53 0.64
HSL 46.25º 0.36% 0.26% -
HSV(B) 46.25º 0.53% 0.36% -
XYZ 7.62 8.14 3.45 -
YUV 79.07 107.64 136.51 -
System Red Green Blue C M Y K H S L
Decimal 91 80 43 0 0.12 0.53 0.64 46.25 0.36 0.26
Hex 5B 50 2B 0 C 35 40 2E 24 1A
Octal 133 120 53 0 14 65 100 56 44 32
Binary 1011011 1010000 101011 0 1100 110101 1000000 101110 100100 11010

Color Harmonies of #5B502B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B502B

Black with #5B502B

Text Example


Text Example

White with #5B502B

Text Example


Text Example

HTML Codes & Css Web 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>