Html Css Color HEX #585A4B Woodland

📋 copy color: '#585A4B'

red 88 ◦ green 90 ◦ blue 75

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

Shades of Woodland #585A4B

Tints of Woodland #585A4B

RGB

 RED value IS 88 (34.77% from 255) = 34.78%

 GREEN value IS 90 (35.55% from 255) = 35.57%

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

R = 34.78%
G = 35.57%
B = 29.64%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.17

 K value IS 0.65

RGB Variations

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

Color information

#585A4B (or 0x585A4B) is known color: Woodland. HEX triplet: 58, 5A and 4B. RGB value is (88,90,75). Sum of RGB (Red+Green+Blue) = 88+90+75=253 (33% of max value = 765). Red value is 88 (34.77% from 255 or 34.78% from 253); Green value is 90 (35.55% from 255 or 35.57% from 253); Blue value is 75 (29.69% from 255 or 29.64% from 253); Max value from RGB is 90 - color contains mainly: green. Hex color #585A4B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #585A4B is #A7A5B4. Grayscale: #575757. Windows color (decimal): -10986933 or 4938328. OLE color: 4938328.

HSL color Cylindrical-coordinate representation of color #585A4B: hue angle of 68º degrees, saturation: 0.09, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #585A4B is Cyan = 0.02, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 90 75 -
CMYK 0.02 0 0.17 0.65
HSL 68º 0.09% 0.32% -
HSV(B) 68º 0.17% 0.35% -
XYZ 8.95 9.9 8.09 -
YUV 87.69 120.84 128.22 -
System Red Green Blue C M Y K H S L
Decimal 88 90 75 0.02 0 0.17 0.65 68 0.09 0.32
Hex 58 5A 4B 2 0 11 41 44 9 20
Octal 130 132 113 2 0 21 101 104 11 40
Binary 1011000 1011010 1001011 10 0 10001 1000001 1000100 1001 100000

Color Harmonies of #585A4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585A4B

Black with #585A4B

Text Example


Text Example

White with #585A4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #585A4B; }

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

 H1.HeaderClassName
 {
   color: #585A4B;
 }
 .AnyTagClassName
 {
   color: #585A4B;
 }
</style>

background-color css

<style>
 a { background-color: #585A4B; }

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

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

border-color css

<style>
 span { border-color: #585A4B; }

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

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