Html Css Color HEX #585F26 Saratoga

📋 copy color: '#585F26'

red 88 ◦ green 95 ◦ blue 38

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

Shades of Saratoga #585F26

Tints of Saratoga #585F26

RGB

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

 GREEN value IS 95 (37.5% from 255) = 42.99%

 BLUE value IS 38 (15.23% from 255) = 17.19%

R = 39.82%
G = 42.99%
B = 17.19%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.60

 K value IS 0.63

RGB Variations

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

Color information

#585F26 (or 0x585F26) is known color: Saratoga. HEX triplet: 58, 5F and 26. RGB value is (88,95,38). Sum of RGB (Red+Green+Blue) = 88+95+38=221 (29% of max value = 765). Red value is 88 (34.77% from 255 or 39.82% from 221); Green value is 95 (37.5% from 255 or 42.99% from 221); Blue value is 38 (15.23% from 255 or 17.19% from 221); Max value from RGB is 95 - color contains mainly: green. Hex color #585F26 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #585F26 is #A7A0D9. Grayscale: #565656. Windows color (decimal): -10985690 or 2514776. OLE color: 2514776.

HSL color Cylindrical-coordinate representation of color #585F26: hue angle of 67.37º degrees, saturation: 0.43, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #585F26 is Cyan = 0.07, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.63.

Color convert

RGB 88 95 38 -
CMYK 0.07 0 0.60 0.63
HSL 67.37º 0.43% 0.26% -
HSV(B) 67.37º 0.6% 0.37% -
XYZ 8.47 10.4 3.39 -
YUV 86.41 100.68 129.13 -
System Red Green Blue C M Y K H S L
Decimal 88 95 38 0.07 0 0.60 0.63 67.37 0.43 0.26
Hex 58 5F 26 7 0 3C 3F 43 2B 1A
Octal 130 137 46 7 0 74 77 103 53 32
Binary 1011000 1011111 100110 111 0 111100 111111 1000011 101011 11010

Color Harmonies of #585F26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585F26

Black with #585F26

Text Example


Text Example

White with #585F26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,95,38); }

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

background-color css

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

 a { background-color: rgb(88,95,38); }

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

border-color css

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

 span { border-color: rgb(88,95,38); }

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