Html Css Color HEX #5A2473 Honey Flower

📋 copy color: '#5A2473'

red 90 ◦ green 36 ◦ blue 115

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

Shades of Honey Flower #5A2473

Tints of Honey Flower #5A2473

RGB

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

 GREEN value IS 36 (14.45% from 255) = 14.94%

 BLUE value IS 115 (45.31% from 255) = 47.72%

R = 37.34%
G = 14.94%
B = 47.72%

CMYK

 C value IS 0.22

 M value IS 0.69

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#5A2473 (or 0x5A2473) is known color: Honey Flower. HEX triplet: 5A, 24 and 73. RGB value is (90,36,115). Sum of RGB (Red+Green+Blue) = 90+36+115=241 (31% of max value = 765). Red value is 90 (35.55% from 255 or 37.34% from 241); Green value is 36 (14.45% from 255 or 14.94% from 241); Blue value is 115 (45.31% from 255 or 47.72% from 241); Max value from RGB is 115 - color contains mainly: blue. Hex color #5A2473 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A2473 is #A5DB8C. Grayscale: #3C3C3C. Windows color (decimal): -10869645 or 7545946. OLE color: 7545946.

HSL color Cylindrical-coordinate representation of color #5A2473: hue angle of 281.01º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5A2473 is Cyan = 0.22, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 90 36 115 -
CMYK 0.22 0.69 0 0.55
HSL 281.01º 0.52% 0.3% -
HSV(B) 281.01º 0.69% 0.45% -
XYZ 7.94 4.67 16.7 -
YUV 61.15 158.39 148.58 -
System Red Green Blue C M Y K H S L
Decimal 90 36 115 0.22 0.69 0 0.55 281.01 0.52 0.3
Hex 5A 24 73 16 45 0 37 119 34 1E
Octal 132 44 163 26 105 0 67 431 64 36
Binary 1011010 100100 1110011 10110 1000101 0 110111 100011001 110100 11110

Color Harmonies of #5A2473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A2473

Black with #5A2473

Text Example


Text Example

White with #5A2473

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,36,115); }

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

background-color css

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

 a { background-color: rgb(90,36,115); }

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

border-color css

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

 span { border-color: rgb(90,36,115); }

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