#555348

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

Shades of Millbrook #555348

Tints of Millbrook #555348

Color information

#555348 (or 0x555348) is unknown color: approx Millbrook. HEX triplet: 55, 53 and 48. RGB value is (85,83,72). Sum of RGB (Red+Green+Blue) = 85+83+72=240 (31% of max value = 765). Red value is 85 (33.59% from 255 or 35.42% from 240); Green value is 83 (32.81% from 255 or 34.58% from 240); Blue value is 72 (28.52% from 255 or 30% from 240); Max value from RGB is 85 - color contains mainly: red. Hex color #555348 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555348 is #AAACB7. Grayscale: #525252. Windows color (decimal): -11185336 or 4739925. OLE color: 4739925.

HSL color Cylindrical-coordinate representation of color #555348: hue angle of 50.77º degrees, saturation: 0.08, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #555348 is Cyan = 0, Magento = 0.02, Yellow = 0.15 and Black (K on CMYK) = 0.67.

Color convert

RGB858372-
CMYK00.020.150.67
HSL50.77º8.28%30.78%-
HSV(B)50.77º15.29%33.33%-
XYZ8.018.597.37-
YUV82.34122.16129.89-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 35.42%
GREEN value IS 83 (32.81% from 255) = 34.58%
BLUE value IS 72 (28.52% from 255) = 30%
R=35.42%
G=34.58%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.15
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85837200.020.150.6750.778.2830.78
Hex55534802F433381f
Octal1251231100217103631037
Binary10101011010011100100001011111000011110011100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555348; }

 p { color: rgb(85,83,72); }

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

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

 a { background-color: rgb(85,83,72); }

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

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

 span { border-color: rgb(85,83,72); }

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