#555426

Color #555426 Saratoga (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Saratoga #555426

Tints of Saratoga #555426

Color information

#555426 (or 0x555426) is unknown color: approx Saratoga. HEX triplet: 55, 54 and 26. RGB value is (85,84,38). Sum of RGB (Red+Green+Blue) = 85+84+38=207 (27% of max value = 765). Red value is 85 (33.59% from 255 or 41.06% from 207); Green value is 84 (33.20% from 255 or 40.58% from 207); Blue value is 38 (15.23% from 255 or 18.36% from 207); Max value from RGB is 85 - color contains mainly: red. Hex color #555426 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555426 is #AAABD9. Grayscale: #4F4F4F. Windows color (decimal): -11185114 or 2511957. OLE color: 2511957.

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

Color convert

RGB858438-
CMYK00.010.550.67
HSL58.72º38.21%24.12%-
HSV(B)58.72º55.29%33.33%-
XYZ7.278.413.07-
YUV79.05104.83132.24-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 41.06%
GREEN value IS 84 (33.20% from 255) = 40.58%
BLUE value IS 38 (15.23% from 255) = 18.36%
R=41.06%
G=40.58%
B=18.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.55
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85843800.010.550.6758.7238.2124.12
Hex5554260137433b2618
Octal125124460167103734630
Binary1010101101010010011001110111100001111101110011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555426

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555426; }

 p { color: rgb(85,84,38); }

 H1.HeaderClassName
 {
   color: #555426;
 }
 .AnyTagClassName
 {
   color: #555426;
 }
</style>
background-color css

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

 a { background-color: rgb(85,84,38); }

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

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

 span { border-color: rgb(85,84,38); }

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