Html Css Color HEX #505D27 Saratoga

📋 copy color: '#505D27'

red 80 ◦ green 93 ◦ blue 39

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

Shades of Saratoga #505D27

Tints of Saratoga #505D27

RGB

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

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

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

R = 37.74%
G = 43.87%
B = 18.4%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.58

 K value IS 0.64

RGB Variations

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

Color information

#505D27 (or 0x505D27) is known color: Saratoga. HEX triplet: 50, 5D and 27. RGB value is (80,93,39). Sum of RGB (Red+Green+Blue) = 80+93+39=212 (28% of max value = 765). Red value is 80 (31.64% from 255 or 37.74% from 212); Green value is 93 (36.72% from 255 or 43.87% from 212); Blue value is 39 (15.62% from 255 or 18.40% from 212); Max value from RGB is 93 - color contains mainly: green. Hex color #505D27 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #505D27 is #AFA2D8. Grayscale: #535353. Windows color (decimal): -11510489 or 2579792. OLE color: 2579792.

HSL color Cylindrical-coordinate representation of color #505D27: hue angle of 74.44º 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 #505D27 is Cyan = 0.14, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.64.

Color convert

RGB 80 93 39 -
CMYK 0.14 0 0.58 0.64
HSL 74.44º 0.41% 0.26% -
HSV(B) 74.44º 0.58% 0.36% -
XYZ 7.59 9.68 3.39 -
YUV 82.96 103.19 125.89 -
System Red Green Blue C M Y K H S L
Decimal 80 93 39 0.14 0 0.58 0.64 74.44 0.41 0.26
Hex 50 5D 27 E 0 3A 40 4A 29 1A
Octal 120 135 47 16 0 72 100 112 51 32
Binary 1010000 1011101 100111 1110 0 111010 1000000 1001010 101001 11010

Color Harmonies of #505D27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505D27

Black with #505D27

Text Example


Text Example

White with #505D27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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