Html Css Color HEX #5C5B4E Millbrook

📋 copy color: '#5C5B4E'

red 92 ◦ green 91 ◦ blue 78

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

Shades of Millbrook #5C5B4E

Tints of Millbrook #5C5B4E

RGB

 RED value IS 92 (36.33% from 255) = 35.25%

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

 BLUE value IS 78 (30.86% from 255) = 29.89%

R = 35.25%
G = 34.87%
B = 29.89%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.15

 K value IS 0.64

RGB Variations

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

Color information

#5C5B4E (or 0x5C5B4E) is known color: Millbrook. HEX triplet: 5C, 5B and 4E. RGB value is (92,91,78). Sum of RGB (Red+Green+Blue) = 92+91+78=261 (34% of max value = 765). Red value is 92 (36.33% from 255 or 35.25% from 261); Green value is 91 (35.94% from 255 or 34.87% from 261); Blue value is 78 (30.86% from 255 or 29.89% from 261); Max value from RGB is 92 - color contains mainly: red. Hex color #5C5B4E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C5B4E is #A3A4B1. Grayscale: #595959. Windows color (decimal): -10724530 or 5135196. OLE color: 5135196.

HSL color Cylindrical-coordinate representation of color #5C5B4E: hue angle of 55.71º degrees, saturation: 0.08, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #5C5B4E is Cyan = 0, Magento = 0.01, Yellow = 0.15 and Black (K on CMYK) = 0.64.

Color convert

RGB 92 91 78 -
CMYK 0 0.01 0.15 0.64
HSL 55.71º 0.08% 0.33% -
HSV(B) 55.71º 0.15% 0.36% -
XYZ 9.53 10.31 8.7 -
YUV 89.82 121.33 129.56 -
System Red Green Blue C M Y K H S L
Decimal 92 91 78 0 0.01 0.15 0.64 55.71 0.08 0.33
Hex 5C 5B 4E 0 1 F 40 38 8 21
Octal 134 133 116 0 1 17 100 70 10 41
Binary 1011100 1011011 1001110 0 1 1111 1000000 111000 1000 100001

Color Harmonies of #5C5B4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C5B4E

Black with #5C5B4E

Text Example


Text Example

White with #5C5B4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,91,78); }

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

background-color css

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

 a { background-color: rgb(92,91,78); }

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

border-color css

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

 span { border-color: rgb(92,91,78); }

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