Html Css Color HEX #5D5B54 Millbrook

📋 copy color: '#5D5B54'

red 93 ◦ green 91 ◦ blue 84

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

Shades of Millbrook #5D5B54

Tints of Millbrook #5D5B54

RGB

 RED value IS 93 (36.72% from 255) = 34.7%

 GREEN value IS 91 (35.94% from 255) = 33.96%

 BLUE value IS 84 (33.2% from 255) = 31.34%

R = 34.7%
G = 33.96%
B = 31.34%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.10

 K value IS 0.64

RGB Variations

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

Color information

#5D5B54 (or 0x5D5B54) is known color: Millbrook. HEX triplet: 5D, 5B and 54. RGB value is (93,91,84). Sum of RGB (Red+Green+Blue) = 93+91+84=268 (35% of max value = 765). Red value is 93 (36.72% from 255 or 34.70% from 268); Green value is 91 (35.94% from 255 or 33.96% from 268); Blue value is 84 (33.20% from 255 or 31.34% from 268); Max value from RGB is 93 - color contains mainly: red. Hex color #5D5B54 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D5B54 is #A2A4AB. Grayscale: #5A5A5A. Windows color (decimal): -10658988 or 5528413. OLE color: 5528413.

HSL color Cylindrical-coordinate representation of color #5D5B54: hue angle of 46.67º degrees, saturation: 0.05, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #5D5B54 is Cyan = 0, Magento = 0.02, Yellow = 0.10 and Black (K on CMYK) = 0.64.

Color convert

RGB 93 91 84 -
CMYK 0 0.02 0.10 0.64
HSL 46.67º 0.05% 0.35% -
HSV(B) 46.67º 0.1% 0.36% -
XYZ 9.86 10.45 9.89 -
YUV 90.8 124.16 129.57 -
System Red Green Blue C M Y K H S L
Decimal 93 91 84 0 0.02 0.10 0.64 46.67 0.05 0.35
Hex 5D 5B 54 0 2 A 40 2F 5 23
Octal 135 133 124 0 2 12 100 57 5 43
Binary 1011101 1011011 1010100 0 10 1010 1000000 101111 101 100011

Color Harmonies of #5D5B54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D5B54

Black with #5D5B54

Text Example


Text Example

White with #5D5B54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5D5B54; }

 p { color: rgb(93,91,84); }

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

background-color css

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

 a { background-color: rgb(93,91,84); }

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

border-color css

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

 span { border-color: rgb(93,91,84); }

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