Html Css Color HEX #555450 Millbrook

📋 copy color: '#555450'

red 85 ◦ green 84 ◦ blue 80

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

Shades of Millbrook #555450

Tints of Millbrook #555450

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 32.13%

R = 34.14%
G = 33.73%
B = 32.13%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.06

 K value IS 0.67

RGB Variations

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

Color information

#555450 (or 0x555450) is known color: Millbrook. HEX triplet: 55, 54 and 50. RGB value is (85,84,80). Sum of RGB (Red+Green+Blue) = 85+84+80=249 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.14% from 249); Green value is 84 (33.20% from 255 or 33.73% from 249); Blue value is 80 (31.64% from 255 or 32.13% from 249); Max value from RGB is 85 - color contains mainly: red. Hex color #555450 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555450 is #AAABAF. Grayscale: #535353. Windows color (decimal): -11185072 or 5264469. OLE color: 5264469.

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

Color convert

RGB 85 84 80 -
CMYK 0 0.01 0.06 0.67
HSL 48º 0.03% 0.32% -
HSV(B) 48º 0.06% 0.33% -
XYZ 8.36 8.85 8.86 -
YUV 83.84 125.83 128.83 -
System Red Green Blue C M Y K H S L
Decimal 85 84 80 0 0.01 0.06 0.67 48 0.03 0.32
Hex 55 54 50 0 1 6 43 30 3 20
Octal 125 124 120 0 1 6 103 60 3 40
Binary 1010101 1010100 1010000 0 1 110 1000011 110000 11 100000

Color Harmonies of #555450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555450

Black with #555450

Text Example


Text Example

White with #555450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #555450; }

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

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

background-color css

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

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

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

border-color css

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

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

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