Html Css Color HEX #5A4471 Honey Flower

📋 copy color: '#5A4471'

red 90 ◦ green 68 ◦ blue 113

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

Shades of Honey Flower #5A4471

Tints of Honey Flower #5A4471

RGB

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

 GREEN value IS 68 (26.95% from 255) = 25.09%

 BLUE value IS 113 (44.53% from 255) = 41.7%

R = 33.21%
G = 25.09%
B = 41.7%

CMYK

 C value IS 0.20

 M value IS 0.40

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#5A4471 (or 0x5A4471) is known color: Honey Flower. HEX triplet: 5A, 44 and 71. RGB value is (90,68,113). Sum of RGB (Red+Green+Blue) = 90+68+113=271 (35% of max value = 765). Red value is 90 (35.55% from 255 or 33.21% from 271); Green value is 68 (26.95% from 255 or 25.09% from 271); Blue value is 113 (44.53% from 255 or 41.70% from 271); Max value from RGB is 113 - color contains mainly: blue. Hex color #5A4471 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A4471 is #A5BB8E. Grayscale: #4F4F4F. Windows color (decimal): -10861455 or 7423066. OLE color: 7423066.

HSL color Cylindrical-coordinate representation of color #5A4471: hue angle of 269.33º degrees, saturation: 0.25, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5A4471 is Cyan = 0.20, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 90 68 113 -
CMYK 0.20 0.40 0 0.56
HSL 269.33º 0.25% 0.35% -
HSV(B) 269.33º 0.4% 0.44% -
XYZ 9.26 7.5 16.58 -
YUV 79.71 146.79 135.34 -
System Red Green Blue C M Y K H S L
Decimal 90 68 113 0.20 0.40 0 0.56 269.33 0.25 0.35
Hex 5A 44 71 14 28 0 38 10D 19 23
Octal 132 104 161 24 50 0 70 415 31 43
Binary 1011010 1000100 1110001 10100 101000 0 111000 100001101 11001 100011

Color Harmonies of #5A4471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A4471

Black with #5A4471

Text Example


Text Example

White with #5A4471

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,68,113); }

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

background-color css

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

 a { background-color: rgb(90,68,113); }

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

border-color css

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

 span { border-color: rgb(90,68,113); }

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