Html Css Color HEX #586031 Saratoga

📋 copy color: '#586031'

red 88 ◦ green 96 ◦ blue 49

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

Shades of Saratoga #586031

Tints of Saratoga #586031

RGB

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

 GREEN value IS 96 (37.89% from 255) = 41.2%

 BLUE value IS 49 (19.53% from 255) = 21.03%

R = 37.77%
G = 41.2%
B = 21.03%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.49

 K value IS 0.62

RGB Variations

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

Color information

#586031 (or 0x586031) is known color: Saratoga. HEX triplet: 58, 60 and 31. RGB value is (88,96,49). Sum of RGB (Red+Green+Blue) = 88+96+49=233 (30% of max value = 765). Red value is 88 (34.77% from 255 or 37.77% from 233); Green value is 96 (37.89% from 255 or 41.20% from 233); Blue value is 49 (19.53% from 255 or 21.03% from 233); Max value from RGB is 96 - color contains mainly: green. Hex color #586031 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #586031 is #A79FCE. Grayscale: #585858. Windows color (decimal): -10985423 or 3235928. OLE color: 3235928.

HSL color Cylindrical-coordinate representation of color #586031: hue angle of 70.21º degrees, saturation: 0.32, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #586031 is Cyan = 0.08, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.62.

Color convert

RGB 88 96 49 -
CMYK 0.08 0 0.49 0.62
HSL 70.21º 0.32% 0.28% -
HSV(B) 70.21º 0.49% 0.38% -
XYZ 8.76 10.66 4.5 -
YUV 88.25 105.85 127.82 -
System Red Green Blue C M Y K H S L
Decimal 88 96 49 0.08 0 0.49 0.62 70.21 0.32 0.28
Hex 58 60 31 8 0 31 3E 46 20 1C
Octal 130 140 61 10 0 61 76 106 40 34
Binary 1011000 1100000 110001 1000 0 110001 111110 1000110 100000 11100

Color Harmonies of #586031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #586031

Black with #586031

Text Example


Text Example

White with #586031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #586031; }

 p { color: rgb(88,96,49); }

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

background-color css

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

 a { background-color: rgb(88,96,49); }

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

border-color css

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

 span { border-color: rgb(88,96,49); }

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