Html Css Color HEX #5A4171 Honey Flower

📋 copy color: '#5A4171'

red 90 ◦ green 65 ◦ blue 113

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

Shades of Honey Flower #5A4171

Tints of Honey Flower #5A4171

RGB

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

 GREEN value IS 65 (25.78% from 255) = 24.25%

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

R = 33.58%
G = 24.25%
B = 42.16%

CMYK

 C value IS 0.20

 M value IS 0.42

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#5A4171 (or 0x5A4171) is known color: Honey Flower. HEX triplet: 5A, 41 and 71. RGB value is (90,65,113). Sum of RGB (Red+Green+Blue) = 90+65+113=268 (35% of max value = 765). Red value is 90 (35.55% from 255 or 33.58% from 268); Green value is 65 (25.78% from 255 or 24.25% from 268); Blue value is 113 (44.53% from 255 or 42.16% from 268); Max value from RGB is 113 - color contains mainly: blue. Hex color #5A4171 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A4171 is #A5BE8E. Grayscale: #4D4D4D. Windows color (decimal): -10862223 or 7422298. OLE color: 7422298.

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

Color convert

RGB 90 65 113 -
CMYK 0.20 0.42 0 0.56
HSL 271.25º 0.27% 0.35% -
HSV(B) 271.25º 0.42% 0.44% -
XYZ 9.09 7.15 16.52 -
YUV 77.95 147.78 136.6 -
System Red Green Blue C M Y K H S L
Decimal 90 65 113 0.20 0.42 0 0.56 271.25 0.27 0.35
Hex 5A 41 71 14 2A 0 38 10F 1B 23
Octal 132 101 161 24 52 0 70 417 33 43
Binary 1011010 1000001 1110001 10100 101010 0 111000 100001111 11011 100011

Color Harmonies of #5A4171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A4171

Black with #5A4171

Text Example


Text Example

White with #5A4171

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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