Html Css Color HEX #555446 Millbrook

📋 copy color: '#555446'

red 85 ◦ green 84 ◦ blue 70

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

Shades of Millbrook #555446

Tints of Millbrook #555446

RGB

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

 GREEN value IS 84 (33.2% from 255) = 35.15%

 BLUE value IS 70 (27.73% from 255) = 29.29%

R = 35.56%
G = 35.15%
B = 29.29%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.18

 K value IS 0.67

RGB Variations

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

Color information

#555446 (or 0x555446) is known color: Millbrook. HEX triplet: 55, 54 and 46. RGB value is (85,84,70). Sum of RGB (Red+Green+Blue) = 85+84+70=239 (31% of max value = 765). Red value is 85 (33.59% from 255 or 35.56% from 239); Green value is 84 (33.20% from 255 or 35.15% from 239); Blue value is 70 (27.73% from 255 or 29.29% from 239); Max value from RGB is 85 - color contains mainly: red. Hex color #555446 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555446 is #AAABB9. Grayscale: #525252. Windows color (decimal): -11185082 or 4609109. OLE color: 4609109.

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

Color convert

RGB 85 84 70 -
CMYK 0 0.01 0.18 0.67
HSL 56º 0.1% 0.3% -
HSV(B) 56º 0.18% 0.33% -
XYZ 8.02 8.71 7.05 -
YUV 82.7 120.83 129.64 -
System Red Green Blue C M Y K H S L
Decimal 85 84 70 0 0.01 0.18 0.67 56 0.1 0.3
Hex 55 54 46 0 1 12 43 38 A 1E
Octal 125 124 106 0 1 22 103 70 12 36
Binary 1010101 1010100 1000110 0 1 10010 1000011 111000 1010 11110

Color Harmonies of #555446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555446

Black with #555446

Text Example


Text Example

White with #555446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #555446; }

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

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

background-color css

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

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

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

border-color css

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

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

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