Html Css Color HEX #555930 Saratoga

📋 copy color: '#555930'

red 85 ◦ green 89 ◦ blue 48

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

Shades of Saratoga #555930

Tints of Saratoga #555930

RGB

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

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

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

R = 38.29%
G = 40.09%
B = 21.62%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.46

 K value IS 0.65

RGB Variations

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

Color information

#555930 (or 0x555930) is known color: Saratoga. HEX triplet: 55, 59 and 30. RGB value is (85,89,48). Sum of RGB (Red+Green+Blue) = 85+89+48=222 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.29% from 222); Green value is 89 (35.16% from 255 or 40.09% from 222); Blue value is 48 (19.14% from 255 or 21.62% from 222); Max value from RGB is 89 - color contains mainly: green. Hex color #555930 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555930 is #AAA6CF. Grayscale: #535353. Windows color (decimal): -11183824 or 3168597. OLE color: 3168597.

HSL color Cylindrical-coordinate representation of color #555930: hue angle of 65.85º degrees, saturation: 0.3, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #555930 is Cyan = 0.04, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.65.

Color convert

RGB 85 89 48 -
CMYK 0.04 0 0.46 0.65
HSL 65.85º 0.3% 0.27% -
HSV(B) 65.85º 0.46% 0.35% -
XYZ 7.85 9.29 4.18 -
YUV 83.13 108.17 129.33 -
System Red Green Blue C M Y K H S L
Decimal 85 89 48 0.04 0 0.46 0.65 65.85 0.3 0.27
Hex 55 59 30 4 0 2E 41 42 1E 1B
Octal 125 131 60 4 0 56 101 102 36 33
Binary 1010101 1011001 110000 100 0 101110 1000001 1000010 11110 11011

Color Harmonies of #555930

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555930

Black with #555930

Text Example


Text Example

White with #555930

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #555930; }

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

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

background-color css

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

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

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

border-color css

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

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

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