Html Css Color HEX #555928 Saratoga

📋 copy color: '#555928'

red 85 ◦ green 89 ◦ blue 40

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

Shades of Saratoga #555928

Tints of Saratoga #555928

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 18.69%

R = 39.72%
G = 41.59%
B = 18.69%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.55

 K value IS 0.65

RGB Variations

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

Color information

#555928 (or 0x555928) is known color: Saratoga. HEX triplet: 55, 59 and 28. RGB value is (85,89,40). Sum of RGB (Red+Green+Blue) = 85+89+40=214 (28% of max value = 765). Red value is 85 (33.59% from 255 or 39.72% from 214); Green value is 89 (35.16% from 255 or 41.59% from 214); Blue value is 40 (16.02% from 255 or 18.69% from 214); Max value from RGB is 89 - color contains mainly: green. Hex color #555928 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555928 is #AAA6D7. Grayscale: #525252. Windows color (decimal): -11183832 or 2644309. OLE color: 2644309.

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

Color convert

RGB 85 89 40 -
CMYK 0.04 0 0.55 0.65
HSL 64.9º 0.38% 0.25% -
HSV(B) 64.9º 0.55% 0.35% -
XYZ 7.7 9.23 3.38 -
YUV 82.22 104.17 129.98 -
System Red Green Blue C M Y K H S L
Decimal 85 89 40 0.04 0 0.55 0.65 64.9 0.38 0.25
Hex 55 59 28 4 0 37 41 41 26 19
Octal 125 131 50 4 0 67 101 101 46 31
Binary 1010101 1011001 101000 100 0 110111 1000001 1000001 100110 11001

Color Harmonies of #555928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555928

Black with #555928

Text Example


Text Example

White with #555928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #555928; }

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

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

background-color css

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

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

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

border-color css

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

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

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