Html Css Color HEX #5A5038 West Coast

📋 copy color: '#5A5038'

red 90 ◦ green 80 ◦ blue 56

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

Shades of West Coast #5A5038

Tints of West Coast #5A5038

RGB

 RED value IS 90 (35.55% from 255) = 39.82%

 GREEN value IS 80 (31.64% from 255) = 35.4%

 BLUE value IS 56 (22.27% from 255) = 24.78%

R = 39.82%
G = 35.4%
B = 24.78%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.38

 K value IS 0.65

RGB Variations

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

Color information

#5A5038 (or 0x5A5038) is known color: West Coast. HEX triplet: 5A, 50 and 38. RGB value is (90,80,56). Sum of RGB (Red+Green+Blue) = 90+80+56=226 (29% of max value = 765). Red value is 90 (35.55% from 255 or 39.82% from 226); Green value is 80 (31.64% from 255 or 35.40% from 226); Blue value is 56 (22.27% from 255 or 24.78% from 226); Max value from RGB is 90 - color contains mainly: red. Hex color #5A5038 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A5038 is #A5AFC7. Grayscale: #505050. Windows color (decimal): -10858440 or 3690586. OLE color: 3690586.

HSL color Cylindrical-coordinate representation of color #5A5038: hue angle of 42.35º degrees, saturation: 0.23, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5A5038 is Cyan = 0, Magento = 0.11, Yellow = 0.38 and Black (K on CMYK) = 0.65.

Color convert

RGB 90 80 56 -
CMYK 0 0.11 0.38 0.65
HSL 42.35º 0.23% 0.29% -
HSV(B) 42.35º 0.38% 0.35% -
XYZ 7.8 8.2 4.91 -
YUV 80.25 114.31 134.95 -
System Red Green Blue C M Y K H S L
Decimal 90 80 56 0 0.11 0.38 0.65 42.35 0.23 0.29
Hex 5A 50 38 0 B 26 41 2A 17 1D
Octal 132 120 70 0 13 46 101 52 27 35
Binary 1011010 1010000 111000 0 1011 100110 1000001 101010 10111 11101

Color Harmonies of #5A5038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A5038

Black with #5A5038

Text Example


Text Example

White with #5A5038

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #5A5038;
 }
 .AnyTagClassName
 {
   color: #5A5038;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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