#525530

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

Shades of Saratoga #525530

Tints of Saratoga #525530

Color information

#525530 (or 0x525530) is unknown color: approx Saratoga. HEX triplet: 52, 55 and 30. RGB value is (82,85,48). Sum of RGB (Red+Green+Blue) = 82+85+48=215 (28% of max value = 765). Red value is 82 (32.42% from 255 or 38.14% from 215); Green value is 85 (33.59% from 255 or 39.53% from 215); Blue value is 48 (19.14% from 255 or 22.33% from 215); Max value from RGB is 85 - color contains mainly: green. Hex color #525530 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #525530 is #ADAACF. Grayscale: #505050. Windows color (decimal): -11381456 or 3167570. OLE color: 3167570.

HSL color Cylindrical-coordinate representation of color #525530: hue angle of 64.86º 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 #525530 is Cyan = 0.04, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.67.

Color convert

RGB828548-
CMYK0.0400.440.67
HSL64.86º27.82%26.08%-
HSV(B)64.86º43.53%33.33%-
XYZ7.268.54.06-
YUV79.88110.01129.51-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 38.14%
GREEN value IS 85 (33.59% from 255) = 39.53%
BLUE value IS 48 (19.14% from 255) = 22.33%
R=38.14%
G=39.53%
B=22.33%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8285480.0400.440.6764.8627.8226.08
Hex525530402C43411c1a
Octal1221256040541031013432
Binary101001010101011100001000101100100001110000011110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525530

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #525530; }

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

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

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

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

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

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

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

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