#555425

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

Shades of Saratoga #555425

Tints of Saratoga #555425

Color information

#555425 (or 0x555425) is unknown color: approx Saratoga. HEX triplet: 55, 54 and 25. RGB value is (85,84,37). Sum of RGB (Red+Green+Blue) = 85+84+37=206 (27% of max value = 765). Red value is 85 (33.59% from 255 or 41.26% from 206); Green value is 84 (33.20% from 255 or 40.78% from 206); Blue value is 37 (14.84% from 255 or 17.96% from 206); Max value from RGB is 85 - color contains mainly: red. Hex color #555425 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555425 is #AAABDA. Grayscale: #4F4F4F. Windows color (decimal): -11185115 or 2446421. OLE color: 2446421.

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

Color convert

RGB858437-
CMYK00.010.560.67
HSL58.75º39.34%23.92%-
HSV(B)58.75º56.47%33.33%-
XYZ7.258.412.99-
YUV78.94104.33132.32-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 41.26%
GREEN value IS 84 (33.20% from 255) = 40.78%
BLUE value IS 37 (14.84% from 255) = 17.96%
R=41.26%
G=40.78%
B=17.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.56
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85843700.010.560.6758.7539.3423.92
Hex5554250138433b2718
Octal125124450170103734730
Binary1010101101010010010101111000100001111101110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555425

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555425; }

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

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

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

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

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

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

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

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