Html Css Color HEX #555935 Saratoga

📋 copy color: '#555935'

red 85 ◦ green 89 ◦ blue 53

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

Shades of Saratoga #555935

Tints of Saratoga #555935

RGB

 RED value IS 85 (33.59% from 255) = 37.44%

 GREEN value IS 89 (35.16% from 255) = 39.21%

 BLUE value IS 53 (21.09% from 255) = 23.35%

R = 37.44%
G = 39.21%
B = 23.35%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.40

 K value IS 0.65

RGB Variations

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

Color information

#555935 (or 0x555935) is known color: Saratoga. HEX triplet: 55, 59 and 35. RGB value is (85,89,53). Sum of RGB (Red+Green+Blue) = 85+89+53=227 (30% of max value = 765). Red value is 85 (33.59% from 255 or 37.44% from 227); Green value is 89 (35.16% from 255 or 39.21% from 227); Blue value is 53 (21.09% from 255 or 23.35% from 227); Max value from RGB is 89 - color contains mainly: green. Hex color #555935 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555935 is #AAA6CA. Grayscale: #535353. Windows color (decimal): -11183819 or 3496277. OLE color: 3496277.

HSL color Cylindrical-coordinate representation of color #555935: hue angle of 66.67º degrees, saturation: 0.25, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #555935 is Cyan = 0.04, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.65.

Color convert

RGB 85 89 53 -
CMYK 0.04 0 0.40 0.65
HSL 66.67º 0.25% 0.28% -
HSV(B) 66.67º 0.4% 0.35% -
XYZ 7.96 9.33 4.75 -
YUV 83.7 110.67 128.93 -
System Red Green Blue C M Y K H S L
Decimal 85 89 53 0.04 0 0.40 0.65 66.67 0.25 0.28
Hex 55 59 35 4 0 28 41 43 19 1C
Octal 125 131 65 4 0 50 101 103 31 34
Binary 1010101 1011001 110101 100 0 101000 1000001 1000011 11001 11100

Color Harmonies of #555935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555935

Black with #555935

Text Example


Text Example

White with #555935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #555935; }

 p { color: rgb(85,89,53); }

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

background-color css

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

 a { background-color: rgb(85,89,53); }

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

border-color css

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

 span { border-color: rgb(85,89,53); }

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