Html Css Color HEX #5A2171 Honey Flower

📋 copy color: '#5A2171'

red 90 ◦ green 33 ◦ blue 113

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

Shades of Honey Flower #5A2171

Tints of Honey Flower #5A2171

RGB

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

 GREEN value IS 33 (13.28% from 255) = 13.98%

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

R = 38.14%
G = 13.98%
B = 47.88%

CMYK

 C value IS 0.20

 M value IS 0.71

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#5A2171 (or 0x5A2171) is known color: Honey Flower. HEX triplet: 5A, 21 and 71. RGB value is (90,33,113). Sum of RGB (Red+Green+Blue) = 90+33+113=236 (31% of max value = 765). Red value is 90 (35.55% from 255 or 38.14% from 236); Green value is 33 (13.28% from 255 or 13.98% from 236); Blue value is 113 (44.53% from 255 or 47.88% from 236); Max value from RGB is 113 - color contains mainly: blue. Hex color #5A2171 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A2171 is #A5DE8E. Grayscale: #3A3A3A. Windows color (decimal): -10870415 or 7414106. OLE color: 7414106.

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

Color convert

RGB 90 33 113 -
CMYK 0.20 0.71 0 0.56
HSL 282.75º 0.55% 0.29% -
HSV(B) 282.75º 0.71% 0.44% -
XYZ 7.74 4.45 16.07 -
YUV 59.16 158.38 150 -
System Red Green Blue C M Y K H S L
Decimal 90 33 113 0.20 0.71 0 0.56 282.75 0.55 0.29
Hex 5A 21 71 14 47 0 38 11B 37 1D
Octal 132 41 161 24 107 0 70 433 67 35
Binary 1011010 100001 1110001 10100 1000111 0 111000 100011011 110111 11101

Color Harmonies of #5A2171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A2171

Black with #5A2171

Text Example


Text Example

White with #5A2171

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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