Html Css Color HEX #585D27 Saratoga

📋 copy color: '#585D27'

red 88 ◦ green 93 ◦ blue 39

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

Shades of Saratoga #585D27

Tints of Saratoga #585D27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 17.73%

R = 40%
G = 42.27%
B = 17.73%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.58

 K value IS 0.64

RGB Variations

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

Color information

#585D27 (or 0x585D27) is known color: Saratoga. HEX triplet: 58, 5D and 27. RGB value is (88,93,39). Sum of RGB (Red+Green+Blue) = 88+93+39=220 (29% of max value = 765). Red value is 88 (34.77% from 255 or 40% from 220); Green value is 93 (36.72% from 255 or 42.27% from 220); Blue value is 39 (15.62% from 255 or 17.73% from 220); Max value from RGB is 93 - color contains mainly: green. Hex color #585D27 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #585D27 is #A7A2D8. Grayscale: #555555. Windows color (decimal): -10986201 or 2579800. OLE color: 2579800.

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

Color convert

RGB 88 93 39 -
CMYK 0.05 0 0.58 0.64
HSL 65.56º 0.41% 0.26% -
HSV(B) 65.56º 0.58% 0.36% -
XYZ 8.31 10.05 3.42 -
YUV 85.35 101.84 129.89 -
System Red Green Blue C M Y K H S L
Decimal 88 93 39 0.05 0 0.58 0.64 65.56 0.41 0.26
Hex 58 5D 27 5 0 3A 40 42 29 1A
Octal 130 135 47 5 0 72 100 102 51 32
Binary 1011000 1011101 100111 101 0 111010 1000000 1000010 101001 11010

Color Harmonies of #585D27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585D27

Black with #585D27

Text Example


Text Example

White with #585D27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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