Html Css Color HEX #505527 Saratoga

📋 copy color: '#505527'

red 80 ◦ green 85 ◦ blue 39

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

Shades of Saratoga #505527

Tints of Saratoga #505527

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 19.12%

R = 39.22%
G = 41.67%
B = 19.12%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.54

 K value IS 0.67

RGB Variations

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

Color information

#505527 (or 0x505527) is known color: Saratoga. HEX triplet: 50, 55 and 27. RGB value is (80,85,39). Sum of RGB (Red+Green+Blue) = 80+85+39=204 (27% of max value = 765). Red value is 80 (31.64% from 255 or 39.22% from 204); Green value is 85 (33.59% from 255 or 41.67% from 204); Blue value is 39 (15.62% from 255 or 19.12% from 204); Max value from RGB is 85 - color contains mainly: green. Hex color #505527 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #505527 is #AFAAD8. Grayscale: #4E4E4E. Windows color (decimal): -11512537 or 2577744. OLE color: 2577744.

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

Color convert

RGB 80 85 39 -
CMYK 0.06 0 0.54 0.67
HSL 66.52º 0.37% 0.24% -
HSV(B) 66.52º 0.54% 0.33% -
XYZ 6.92 8.35 3.17 -
YUV 78.26 105.84 129.24 -
System Red Green Blue C M Y K H S L
Decimal 80 85 39 0.06 0 0.54 0.67 66.52 0.37 0.24
Hex 50 55 27 6 0 36 43 43 25 18
Octal 120 125 47 6 0 66 103 103 45 30
Binary 1010000 1010101 100111 110 0 110110 1000011 1000011 100101 11000

Color Harmonies of #505527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505527

Black with #505527

Text Example


Text Example

White with #505527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #505527; }

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

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

background-color css

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

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

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

border-color css

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

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

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