Html Css Color HEX #515530 Saratoga

📋 copy color: '#515530'

red 81 ◦ green 85 ◦ blue 48

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

Shades of Saratoga #515530

Tints of Saratoga #515530

RGB

 RED value IS 81 (32.03% from 255) = 37.85%

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

 BLUE value IS 48 (19.14% from 255) = 22.43%

R = 37.85%
G = 39.72%
B = 22.43%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.44

 K value IS 0.67

RGB Variations

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

Color information

#515530 (or 0x515530) is known color: Saratoga. HEX triplet: 51, 55 and 30. RGB value is (81,85,48). Sum of RGB (Red+Green+Blue) = 81+85+48=214 (28% of max value = 765). Red value is 81 (32.03% from 255 or 37.85% from 214); Green value is 85 (33.59% from 255 or 39.72% from 214); Blue value is 48 (19.14% from 255 or 22.43% from 214); Max value from RGB is 85 - color contains mainly: green. Hex color #515530 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #515530 is #AEAACF. Grayscale: #4F4F4F. Windows color (decimal): -11446992 or 3167569. OLE color: 3167569.

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

Color convert

RGB 81 85 48 -
CMYK 0.05 0 0.44 0.67
HSL 66.49º 0.28% 0.26% -
HSV(B) 66.49º 0.44% 0.33% -
XYZ 7.18 8.46 4.05 -
YUV 79.59 110.17 129.01 -
System Red Green Blue C M Y K H S L
Decimal 81 85 48 0.05 0 0.44 0.67 66.49 0.28 0.26
Hex 51 55 30 5 0 2C 43 42 1C 1A
Octal 121 125 60 5 0 54 103 102 34 32
Binary 1010001 1010101 110000 101 0 101100 1000011 1000010 11100 11010

Color Harmonies of #515530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515530

Black with #515530

Text Example


Text Example

White with #515530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #515530; }

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

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

background-color css

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

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

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

border-color css

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

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

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