Html Css Color HEX #585D36 Saratoga

📋 copy color: '#585D36'

red 88 ◦ green 93 ◦ blue 54

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

Shades of Saratoga #585D36

Tints of Saratoga #585D36

RGB

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

 GREEN value IS 93 (36.72% from 255) = 39.57%

 BLUE value IS 54 (21.48% from 255) = 22.98%

R = 37.45%
G = 39.57%
B = 22.98%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.42

 K value IS 0.64

RGB Variations

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

Color information

#585D36 (or 0x585D36) is known color: Saratoga. HEX triplet: 58, 5D and 36. RGB value is (88,93,54). Sum of RGB (Red+Green+Blue) = 88+93+54=235 (31% of max value = 765). Red value is 88 (34.77% from 255 or 37.45% from 235); Green value is 93 (36.72% from 255 or 39.57% from 235); Blue value is 54 (21.48% from 255 or 22.98% from 235); Max value from RGB is 93 - color contains mainly: green. Hex color #585D36 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #585D36 is #A7A2C9. Grayscale: #575757. Windows color (decimal): -10986186 or 3562840. OLE color: 3562840.

HSL color Cylindrical-coordinate representation of color #585D36: hue angle of 67.69º degrees, saturation: 0.27, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #585D36 is Cyan = 0.05, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.64.

Color convert

RGB 88 93 54 -
CMYK 0.05 0 0.42 0.64
HSL 67.69º 0.27% 0.29% -
HSV(B) 67.69º 0.42% 0.36% -
XYZ 8.6 10.17 5 -
YUV 87.06 109.34 128.67 -
System Red Green Blue C M Y K H S L
Decimal 88 93 54 0.05 0 0.42 0.64 67.69 0.27 0.29
Hex 58 5D 36 5 0 2A 40 44 1B 1D
Octal 130 135 66 5 0 52 100 104 33 35
Binary 1011000 1011101 110110 101 0 101010 1000000 1000100 11011 11101

Color Harmonies of #585D36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585D36

Black with #585D36

Text Example


Text Example

White with #585D36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,93,54); }

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

background-color css

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

 a { background-color: rgb(88,93,54); }

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

border-color css

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

 span { border-color: rgb(88,93,54); }

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