Html Css Color HEX #585935 Saratoga

📋 copy color: '#585935'

red 88 ◦ green 89 ◦ blue 53

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

Shades of Saratoga #585935

Tints of Saratoga #585935

RGB

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

 GREEN value IS 89 (35.16% from 255) = 38.7%

 BLUE value IS 53 (21.09% from 255) = 23.04%

R = 38.26%
G = 38.7%
B = 23.04%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.40

 K value IS 0.65

RGB Variations

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

Color information

#585935 (or 0x585935) is known color: Saratoga. HEX triplet: 58, 59 and 35. RGB value is (88,89,53). Sum of RGB (Red+Green+Blue) = 88+89+53=230 (30% of max value = 765). Red value is 88 (34.77% from 255 or 38.26% from 230); Green value is 89 (35.16% from 255 or 38.70% from 230); Blue value is 53 (21.09% from 255 or 23.04% from 230); Max value from RGB is 89 - color contains mainly: green. Hex color #585935 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #585935 is #A7A6CA. Grayscale: #545454. Windows color (decimal): -10987211 or 3496280. OLE color: 3496280.

HSL color Cylindrical-coordinate representation of color #585935: hue angle of 61.67º degrees, saturation: 0.25, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #585935 is Cyan = 0.01, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 89 53 -
CMYK 0.01 0 0.40 0.65
HSL 61.67º 0.25% 0.28% -
HSV(B) 61.67º 0.4% 0.35% -
XYZ 8.24 9.48 4.76 -
YUV 84.6 110.17 130.43 -
System Red Green Blue C M Y K H S L
Decimal 88 89 53 0.01 0 0.40 0.65 61.67 0.25 0.28
Hex 58 59 35 1 0 28 41 3E 19 1C
Octal 130 131 65 1 0 50 101 76 31 34
Binary 1011000 1011001 110101 1 0 101000 1000001 111110 11001 11100

Color Harmonies of #585935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585935

Black with #585935

Text Example


Text Example

White with #585935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #585935; }

 p { color: rgb(88,89,53); }

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

background-color css

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

 a { background-color: rgb(88,89,53); }

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

border-color css

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

 span { border-color: rgb(88,89,53); }

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