Html Css Color HEX #5B5A52 Millbrook

📋 copy color: '#5B5A52'

red 91 ◦ green 90 ◦ blue 82

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

Shades of Millbrook #5B5A52

Tints of Millbrook #5B5A52

RGB

 RED value IS 91 (35.94% from 255) = 34.6%

 GREEN value IS 90 (35.55% from 255) = 34.22%

 BLUE value IS 82 (32.42% from 255) = 31.18%

R = 34.6%
G = 34.22%
B = 31.18%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.10

 K value IS 0.64

RGB Variations

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

Color information

#5B5A52 (or 0x5B5A52) is known color: Millbrook. HEX triplet: 5B, 5A and 52. RGB value is (91,90,82). Sum of RGB (Red+Green+Blue) = 91+90+82=263 (34% of max value = 765). Red value is 91 (35.94% from 255 or 34.60% from 263); Green value is 90 (35.55% from 255 or 34.22% from 263); Blue value is 82 (32.42% from 255 or 31.18% from 263); Max value from RGB is 91 - color contains mainly: red. Hex color #5B5A52 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B5A52 is #A4A5AD. Grayscale: #595959. Windows color (decimal): -10790318 or 5397083. OLE color: 5397083.

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

Color convert

RGB 91 90 82 -
CMYK 0 0.01 0.10 0.64
HSL 53.33º 0.05% 0.34% -
HSV(B) 53.33º 0.1% 0.36% -
XYZ 9.49 10.15 9.44 -
YUV 89.39 123.83 129.15 -
System Red Green Blue C M Y K H S L
Decimal 91 90 82 0 0.01 0.10 0.64 53.33 0.05 0.34
Hex 5B 5A 52 0 1 A 40 35 5 22
Octal 133 132 122 0 1 12 100 65 5 42
Binary 1011011 1011010 1010010 0 1 1010 1000000 110101 101 100010

Color Harmonies of #5B5A52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B5A52

Black with #5B5A52

Text Example


Text Example

White with #5B5A52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,90,82); }

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

background-color css

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

 a { background-color: rgb(91,90,82); }

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

border-color css

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

 span { border-color: rgb(91,90,82); }

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