Html Css Color HEX #5A4772 Honey Flower

📋 copy color: '#5A4772'

red 90 ◦ green 71 ◦ blue 114

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

Shades of Honey Flower #5A4772

Tints of Honey Flower #5A4772

RGB

 RED value IS 90 (35.55% from 255) = 32.73%

 GREEN value IS 71 (28.13% from 255) = 25.82%

 BLUE value IS 114 (44.92% from 255) = 41.45%

R = 32.73%
G = 25.82%
B = 41.45%

CMYK

 C value IS 0.21

 M value IS 0.38

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#5A4772 (or 0x5A4772) is known color: Honey Flower. HEX triplet: 5A, 47 and 72. RGB value is (90,71,114). Sum of RGB (Red+Green+Blue) = 90+71+114=275 (36% of max value = 765). Red value is 90 (35.55% from 255 or 32.73% from 275); Green value is 71 (28.12% from 255 or 25.82% from 275); Blue value is 114 (44.92% from 255 or 41.45% from 275); Max value from RGB is 114 - color contains mainly: blue. Hex color #5A4772 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A4772 is #A5B88D. Grayscale: #515151. Windows color (decimal): -10860686 or 7489370. OLE color: 7489370.

HSL color Cylindrical-coordinate representation of color #5A4772: hue angle of 266.51º degrees, saturation: 0.23, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5A4772 is Cyan = 0.21, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 90 71 114 -
CMYK 0.21 0.38 0 0.55
HSL 266.51º 0.23% 0.36% -
HSV(B) 266.51º 0.38% 0.45% -
XYZ 9.51 7.9 16.94 -
YUV 81.58 146.29 134 -
System Red Green Blue C M Y K H S L
Decimal 90 71 114 0.21 0.38 0 0.55 266.51 0.23 0.36
Hex 5A 47 72 15 26 0 37 10B 17 24
Octal 132 107 162 25 46 0 67 413 27 44
Binary 1011010 1000111 1110010 10101 100110 0 110111 100001011 10111 100100

Color Harmonies of #5A4772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A4772

Black with #5A4772

Text Example


Text Example

White with #5A4772

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,71,114); }

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

background-color css

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

 a { background-color: rgb(90,71,114); }

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

border-color css

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

 span { border-color: rgb(90,71,114); }

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