Html Css Color HEX #505531 Saratoga

📋 copy color: '#505531'

red 80 ◦ green 85 ◦ blue 49

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

Shades of Saratoga #505531

Tints of Saratoga #505531

RGB

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

 GREEN value IS 85 (33.59% from 255) = 39.72%

 BLUE value IS 49 (19.53% from 255) = 22.9%

R = 37.38%
G = 39.72%
B = 22.9%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.42

 K value IS 0.67

RGB Variations

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

Color information

#505531 (or 0x505531) is known color: Saratoga. HEX triplet: 50, 55 and 31. RGB value is (80,85,49). Sum of RGB (Red+Green+Blue) = 80+85+49=214 (28% of max value = 765). Red value is 80 (31.64% from 255 or 37.38% from 214); Green value is 85 (33.59% from 255 or 39.72% from 214); Blue value is 49 (19.53% from 255 or 22.90% from 214); Max value from RGB is 85 - color contains mainly: green. Hex color #505531 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #505531 is #AFAACE. Grayscale: #4F4F4F. Windows color (decimal): -11512527 or 3233104. OLE color: 3233104.

HSL color Cylindrical-coordinate representation of color #505531: hue angle of 68.33º degrees, saturation: 0.27, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #505531 is Cyan = 0.06, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.67.

Color convert

RGB 80 85 49 -
CMYK 0.06 0 0.42 0.67
HSL 68.33º 0.27% 0.26% -
HSV(B) 68.33º 0.42% 0.33% -
XYZ 7.11 8.42 4.16 -
YUV 79.4 110.84 128.43 -
System Red Green Blue C M Y K H S L
Decimal 80 85 49 0.06 0 0.42 0.67 68.33 0.27 0.26
Hex 50 55 31 6 0 2A 43 44 1B 1A
Octal 120 125 61 6 0 52 103 104 33 32
Binary 1010000 1010101 110001 110 0 101010 1000011 1000100 11011 11010

Color Harmonies of #505531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505531

Black with #505531

Text Example


Text Example

White with #505531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #505531; }

 p { color: rgb(80,85,49); }

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

background-color css

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

 a { background-color: rgb(80,85,49); }

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

border-color css

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

 span { border-color: rgb(80,85,49); }

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