Html Css Color HEX #505933 Saratoga

📋 copy color: '#505933'

red 80 ◦ green 89 ◦ blue 51

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

Shades of Saratoga #505933

Tints of Saratoga #505933

RGB

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

 GREEN value IS 89 (35.16% from 255) = 40.45%

 BLUE value IS 51 (20.31% from 255) = 23.18%

R = 36.36%
G = 40.45%
B = 23.18%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.43

 K value IS 0.65

RGB Variations

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

Color information

#505933 (or 0x505933) is known color: Saratoga. HEX triplet: 50, 59 and 33. RGB value is (80,89,51). Sum of RGB (Red+Green+Blue) = 80+89+51=220 (29% of max value = 765). Red value is 80 (31.64% from 255 or 36.36% from 220); Green value is 89 (35.16% from 255 or 40.45% from 220); Blue value is 51 (20.31% from 255 or 23.18% from 220); Max value from RGB is 89 - color contains mainly: green. Hex color #505933 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #505933 is #AFA6CC. Grayscale: #525252. Windows color (decimal): -11511501 or 3365200. OLE color: 3365200.

HSL color Cylindrical-coordinate representation of color #505933: hue angle of 74.21º degrees, saturation: 0.27, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #505933 is Cyan = 0.10, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.65.

Color convert

RGB 80 89 51 -
CMYK 0.10 0 0.43 0.65
HSL 74.21º 0.27% 0.27% -
HSV(B) 74.21º 0.43% 0.35% -
XYZ 7.48 9.09 4.49 -
YUV 81.98 110.52 126.59 -
System Red Green Blue C M Y K H S L
Decimal 80 89 51 0.10 0 0.43 0.65 74.21 0.27 0.27
Hex 50 59 33 A 0 2B 41 4A 1B 1B
Octal 120 131 63 12 0 53 101 112 33 33
Binary 1010000 1011001 110011 1010 0 101011 1000001 1001010 11011 11011

Color Harmonies of #505933

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505933

Black with #505933

Text Example


Text Example

White with #505933

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #505933; }

 p { color: rgb(80,89,51); }

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

background-color css

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

 a { background-color: rgb(80,89,51); }

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

border-color css

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

 span { border-color: rgb(80,89,51); }

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