Html Css Color HEX #5A5B4B Woodland

📋 copy color: '#5A5B4B'

red 90 ◦ green 91 ◦ blue 75

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

Shades of Woodland #5A5B4B

Tints of Woodland #5A5B4B

RGB

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

 GREEN value IS 91 (35.94% from 255) = 35.55%

 BLUE value IS 75 (29.69% from 255) = 29.3%

R = 35.16%
G = 35.55%
B = 29.3%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.18

 K value IS 0.64

RGB Variations

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

Color information

#5A5B4B (or 0x5A5B4B) is known color: Woodland. HEX triplet: 5A, 5B and 4B. RGB value is (90,91,75). Sum of RGB (Red+Green+Blue) = 90+91+75=256 (33% of max value = 765). Red value is 90 (35.55% from 255 or 35.16% from 256); Green value is 91 (35.94% from 255 or 35.55% from 256); Blue value is 75 (29.69% from 255 or 29.30% from 256); Max value from RGB is 91 - color contains mainly: green. Hex color #5A5B4B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A5B4B is #A5A4B4. Grayscale: #585858. Windows color (decimal): -10855605 or 4938586. OLE color: 4938586.

HSL color Cylindrical-coordinate representation of color #5A5B4B: hue angle of 63.75º degrees, saturation: 0.1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #5A5B4B is Cyan = 0.01, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.64.

Color convert

RGB 90 91 75 -
CMYK 0.01 0 0.18 0.64
HSL 63.75º 0.1% 0.33% -
HSV(B) 63.75º 0.18% 0.36% -
XYZ 9.23 10.16 8.13 -
YUV 88.88 120.17 128.8 -
System Red Green Blue C M Y K H S L
Decimal 90 91 75 0.01 0 0.18 0.64 63.75 0.1 0.33
Hex 5A 5B 4B 1 0 12 40 40 A 21
Octal 132 133 113 1 0 22 100 100 12 41
Binary 1011010 1011011 1001011 1 0 10010 1000000 1000000 1010 100001

Color Harmonies of #5A5B4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A5B4B

Black with #5A5B4B

Text Example


Text Example

White with #5A5B4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,91,75); }

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

background-color css

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

 a { background-color: rgb(90,91,75); }

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

border-color css

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

 span { border-color: rgb(90,91,75); }

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