Html Css Color HEX #505E27 Saratoga

📋 copy color: '#505E27'

red 80 ◦ green 94 ◦ blue 39

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

Shades of Saratoga #505E27

Tints of Saratoga #505E27

RGB

 RED value IS 80 (31.64% from 255) = 37.56%

 GREEN value IS 94 (37.11% from 255) = 44.13%

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

R = 37.56%
G = 44.13%
B = 18.31%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.59

 K value IS 0.63

RGB Variations

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

Color information

#505E27 (or 0x505E27) is known color: Saratoga. HEX triplet: 50, 5E and 27. RGB value is (80,94,39). Sum of RGB (Red+Green+Blue) = 80+94+39=213 (28% of max value = 765). Red value is 80 (31.64% from 255 or 37.56% from 213); Green value is 94 (37.11% from 255 or 44.13% from 213); Blue value is 39 (15.62% from 255 or 18.31% from 213); Max value from RGB is 94 - color contains mainly: green. Hex color #505E27 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #505E27 is #AFA1D8. Grayscale: #535353. Windows color (decimal): -11510233 or 2580048. OLE color: 2580048.

HSL color Cylindrical-coordinate representation of color #505E27: hue angle of 75.27º degrees, saturation: 0.41, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #505E27 is Cyan = 0.15, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.63.

Color convert

RGB 80 94 39 -
CMYK 0.15 0 0.59 0.63
HSL 75.27º 0.41% 0.26% -
HSV(B) 75.27º 0.59% 0.37% -
XYZ 7.68 9.86 3.42 -
YUV 83.54 102.86 125.47 -
System Red Green Blue C M Y K H S L
Decimal 80 94 39 0.15 0 0.59 0.63 75.27 0.41 0.26
Hex 50 5E 27 F 0 3B 3F 4B 29 1A
Octal 120 136 47 17 0 73 77 113 51 32
Binary 1010000 1011110 100111 1111 0 111011 111111 1001011 101001 11010

Color Harmonies of #505E27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505E27

Black with #505E27

Text Example


Text Example

White with #505E27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #505E27; }

 p { color: rgb(80,94,39); }

 H1.HeaderClassName
 {
   color: #505E27;
 }
 .AnyTagClassName
 {
   color: #505E27;
 }
</style>

background-color css

<style>
 a { background-color: #505E27; }

 a { background-color: rgb(80,94,39); }

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

border-color css

<style>
 span { border-color: #505E27; }

 span { border-color: rgb(80,94,39); }

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