Html Css Color HEX #505B2F Saratoga

📋 copy color: '#505B2F'

red 80 ◦ green 91 ◦ blue 47

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

Shades of Saratoga #505B2F

Tints of Saratoga #505B2F

RGB

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

 GREEN value IS 91 (35.94% from 255) = 41.74%

 BLUE value IS 47 (18.75% from 255) = 21.56%

R = 36.7%
G = 41.74%
B = 21.56%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.48

 K value IS 0.64

RGB Variations

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

Color information

#505B2F (or 0x505B2F) is known color: Saratoga. HEX triplet: 50, 5B and 2F. RGB value is (80,91,47). Sum of RGB (Red+Green+Blue) = 80+91+47=218 (28% of max value = 765). Red value is 80 (31.64% from 255 or 36.70% from 218); Green value is 91 (35.94% from 255 or 41.74% from 218); Blue value is 47 (18.75% from 255 or 21.56% from 218); Max value from RGB is 91 - color contains mainly: green. Hex color #505B2F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #505B2F is #AFA4D0. Grayscale: #525252. Windows color (decimal): -11510993 or 3103568. OLE color: 3103568.

HSL color Cylindrical-coordinate representation of color #505B2F: hue angle of 75º degrees, saturation: 0.32, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #505B2F is Cyan = 0.12, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.64.

Color convert

RGB 80 91 47 -
CMYK 0.12 0 0.48 0.64
HSL 75º 0.32% 0.27% -
HSV(B) 75º 0.48% 0.36% -
XYZ 7.56 9.39 4.1 -
YUV 82.7 107.86 126.08 -
System Red Green Blue C M Y K H S L
Decimal 80 91 47 0.12 0 0.48 0.64 75 0.32 0.27
Hex 50 5B 2F C 0 30 40 4B 20 1B
Octal 120 133 57 14 0 60 100 113 40 33
Binary 1010000 1011011 101111 1100 0 110000 1000000 1001011 100000 11011

Color Harmonies of #505B2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505B2F

Black with #505B2F

Text Example


Text Example

White with #505B2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,91,47); }

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

background-color css

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

 a { background-color: rgb(80,91,47); }

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

border-color css

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

 span { border-color: rgb(80,91,47); }

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