#505530

Color #505530 Saratoga (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Saratoga #505530

Tints of Saratoga #505530

Color information

#505530 (or 0x505530) is unknown color: approx Saratoga. HEX triplet: 50, 55 and 30. RGB value is (80,85,48). Sum of RGB (Red+Green+Blue) = 80+85+48=213 (28% of max value = 765). Red value is 80 (31.64% from 255 or 37.56% from 213); Green value is 85 (33.59% from 255 or 39.91% from 213); Blue value is 48 (19.14% from 255 or 22.54% from 213); Max value from RGB is 85 - color contains mainly: green. Hex color #505530 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #505530 is #AFAACF. Grayscale: #4F4F4F. Windows color (decimal): -11512528 or 3167568. OLE color: 3167568.

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

Color convert

RGB808548-
CMYK0.0600.440.67
HSL68.11º27.82%26.08%-
HSV(B)68.11º43.53%33.33%-
XYZ7.098.424.05-
YUV79.29110.34128.51-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 37.56%
GREEN value IS 85 (33.59% from 255) = 39.91%
BLUE value IS 48 (19.14% from 255) = 22.54%
R=37.56%
G=39.91%
B=22.54%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8085480.0600.440.6768.1127.8226.08
Hex505530602C43441c1a
Octal1201256060541031043432
Binary101000010101011100001100101100100001110001001110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505530

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #505530; }

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

 H1.HeaderClassName
 {
   color: #505530;
 }
 .AnyTagClassName
 {
   color: #505530;
 }
</style>
background-color css

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

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

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

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

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

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