Html Css Color HEX #515531 Saratoga

📋 copy color: '#515531'

red 81 ◦ green 85 ◦ blue 49

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

Shades of Saratoga #515531

Tints of Saratoga #515531

RGB

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

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

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

R = 37.67%
G = 39.53%
B = 22.79%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.42

 K value IS 0.67

RGB Variations

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

Color information

#515531 (or 0x515531) is known color: Saratoga. HEX triplet: 51, 55 and 31. RGB value is (81,85,49). Sum of RGB (Red+Green+Blue) = 81+85+49=215 (28% of max value = 765). Red value is 81 (32.03% from 255 or 37.67% from 215); Green value is 85 (33.59% from 255 or 39.53% from 215); Blue value is 49 (19.53% from 255 or 22.79% from 215); Max value from RGB is 85 - color contains mainly: green. Hex color #515531 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #515531 is #AEAACE. Grayscale: #4F4F4F. Windows color (decimal): -11446991 or 3233105. OLE color: 3233105.

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

Color convert

RGB 81 85 49 -
CMYK 0.05 0 0.42 0.67
HSL 66.67º 0.27% 0.26% -
HSV(B) 66.67º 0.42% 0.33% -
XYZ 7.2 8.47 4.16 -
YUV 79.7 110.67 128.93 -
System Red Green Blue C M Y K H S L
Decimal 81 85 49 0.05 0 0.42 0.67 66.67 0.27 0.26
Hex 51 55 31 5 0 2A 43 43 1B 1A
Octal 121 125 61 5 0 52 103 103 33 32
Binary 1010001 1010101 110001 101 0 101010 1000011 1000011 11011 11010

Color Harmonies of #515531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515531

Black with #515531

Text Example


Text Example

White with #515531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #515531; }

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

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

background-color css

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

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

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

border-color css

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

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

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