Html Css Color HEX #585C37 Saratoga

📋 copy color: '#585C37'

red 88 ◦ green 92 ◦ blue 55

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

Shades of Saratoga #585C37

Tints of Saratoga #585C37

RGB

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

 GREEN value IS 92 (36.33% from 255) = 39.15%

 BLUE value IS 55 (21.88% from 255) = 23.4%

R = 37.45%
G = 39.15%
B = 23.4%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.40

 K value IS 0.64

RGB Variations

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

Color information

#585C37 (or 0x585C37) is known color: Saratoga. HEX triplet: 58, 5C and 37. RGB value is (88,92,55). Sum of RGB (Red+Green+Blue) = 88+92+55=235 (31% of max value = 765). Red value is 88 (34.77% from 255 or 37.45% from 235); Green value is 92 (36.33% from 255 or 39.15% from 235); Blue value is 55 (21.88% from 255 or 23.40% from 235); Max value from RGB is 92 - color contains mainly: green. Hex color #585C37 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #585C37 is #A7A3C8. Grayscale: #565656. Windows color (decimal): -10986441 or 3628120. OLE color: 3628120.

HSL color Cylindrical-coordinate representation of color #585C37: hue angle of 66.49º degrees, saturation: 0.25, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #585C37 is Cyan = 0.04, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.64.

Color convert

RGB 88 92 55 -
CMYK 0.04 0 0.40 0.64
HSL 66.49º 0.25% 0.29% -
HSV(B) 66.49º 0.4% 0.36% -
XYZ 8.54 10 5.1 -
YUV 86.59 110.17 129.01 -
System Red Green Blue C M Y K H S L
Decimal 88 92 55 0.04 0 0.40 0.64 66.49 0.25 0.29
Hex 58 5C 37 4 0 28 40 42 19 1D
Octal 130 134 67 4 0 50 100 102 31 35
Binary 1011000 1011100 110111 100 0 101000 1000000 1000010 11001 11101

Color Harmonies of #585C37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585C37

Black with #585C37

Text Example


Text Example

White with #585C37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,92,55); }

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

background-color css

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

 a { background-color: rgb(88,92,55); }

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

border-color css

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

 span { border-color: rgb(88,92,55); }

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