Html Css Color HEX #5A3472 Honey Flower

📋 copy color: '#5A3472'

red 90 ◦ green 52 ◦ blue 114

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

Shades of Honey Flower #5A3472

Tints of Honey Flower #5A3472

RGB

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

 GREEN value IS 52 (20.7% from 255) = 20.31%

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

R = 35.16%
G = 20.31%
B = 44.53%

CMYK

 C value IS 0.21

 M value IS 0.54

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#5A3472 (or 0x5A3472) is known color: Honey Flower. HEX triplet: 5A, 34 and 72. RGB value is (90,52,114). Sum of RGB (Red+Green+Blue) = 90+52+114=256 (33% of max value = 765). Red value is 90 (35.55% from 255 or 35.16% from 256); Green value is 52 (20.70% from 255 or 20.31% from 256); Blue value is 114 (44.92% from 255 or 44.53% from 256); Max value from RGB is 114 - color contains mainly: blue. Hex color #5A3472 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A3472 is #A5CB8D. Grayscale: #464646. Windows color (decimal): -10865550 or 7484506. OLE color: 7484506.

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

Color convert

RGB 90 52 114 -
CMYK 0.21 0.54 0 0.55
HSL 276.77º 0.37% 0.33% -
HSV(B) 276.77º 0.54% 0.45% -
XYZ 8.48 5.84 16.6 -
YUV 70.43 152.59 141.96 -
System Red Green Blue C M Y K H S L
Decimal 90 52 114 0.21 0.54 0 0.55 276.77 0.37 0.33
Hex 5A 34 72 15 36 0 37 115 25 21
Octal 132 64 162 25 66 0 67 425 45 41
Binary 1011010 110100 1110010 10101 110110 0 110111 100010101 100101 100001

Color Harmonies of #5A3472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A3472

Black with #5A3472

Text Example


Text Example

White with #5A3472

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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