Html Css Color HEX #5B5F19 Saratoga

📋 copy color: '#5B5F19'

red 91 ◦ green 95 ◦ blue 25

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

Shades of Saratoga #5B5F19

Tints of Saratoga #5B5F19

RGB

 RED value IS 91 (35.94% from 255) = 43.13%

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

 BLUE value IS 25 (10.16% from 255) = 11.85%

R = 43.13%
G = 45.02%
B = 11.85%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.74

 K value IS 0.63

RGB Variations

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

Color information

#5B5F19 (or 0x5B5F19) is known color: Saratoga. HEX triplet: 5B, 5F and 19. RGB value is (91,95,25). Sum of RGB (Red+Green+Blue) = 91+95+25=211 (27% of max value = 765). Red value is 91 (35.94% from 255 or 43.13% from 211); Green value is 95 (37.5% from 255 or 45.02% from 211); Blue value is 25 (10.16% from 255 or 11.85% from 211); Max value from RGB is 95 - color contains mainly: green. Hex color #5B5F19 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5B5F19 is #A4A0E6. Grayscale: #565656. Windows color (decimal): -10789095 or 1662811. OLE color: 1662811.

HSL color Cylindrical-coordinate representation of color #5B5F19: hue angle of 63.43º degrees, saturation: 0.58, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #5B5F19 is Cyan = 0.04, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.63.

Color convert

RGB 91 95 25 -
CMYK 0.04 0 0.74 0.63
HSL 63.43º 0.58% 0.24% -
HSV(B) 63.43º 0.74% 0.37% -
XYZ 8.58 10.48 2.49 -
YUV 85.82 93.67 131.69 -
System Red Green Blue C M Y K H S L
Decimal 91 95 25 0.04 0 0.74 0.63 63.43 0.58 0.24
Hex 5B 5F 19 4 0 4A 3F 3F 3A 18
Octal 133 137 31 4 0 112 77 77 72 30
Binary 1011011 1011111 11001 100 0 1001010 111111 111111 111010 11000

Color Harmonies of #5B5F19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B5F19

Black with #5B5F19

Text Example


Text Example

White with #5B5F19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5B5F19; }

 p { color: rgb(91,95,25); }

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

background-color css

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

 a { background-color: rgb(91,95,25); }

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

border-color css

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

 span { border-color: rgb(91,95,25); }

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