Html Css Color HEX #5A2273 Honey Flower

📋 copy color: '#5A2273'

red 90 ◦ green 34 ◦ blue 115

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

Shades of Honey Flower #5A2273

Tints of Honey Flower #5A2273

RGB

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

 GREEN value IS 34 (13.67% from 255) = 14.23%

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

R = 37.66%
G = 14.23%
B = 48.12%

CMYK

 C value IS 0.22

 M value IS 0.70

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#5A2273 (or 0x5A2273) is known color: Honey Flower. HEX triplet: 5A, 22 and 73. RGB value is (90,34,115). Sum of RGB (Red+Green+Blue) = 90+34+115=239 (31% of max value = 765). Red value is 90 (35.55% from 255 or 37.66% from 239); Green value is 34 (13.67% from 255 or 14.23% from 239); Blue value is 115 (45.31% from 255 or 48.12% from 239); Max value from RGB is 115 - color contains mainly: blue. Hex color #5A2273 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A2273 is #A5DD8C. Grayscale: #3B3B3B. Windows color (decimal): -10870157 or 7545434. OLE color: 7545434.

HSL color Cylindrical-coordinate representation of color #5A2273: hue angle of 281.48º degrees, saturation: 0.54, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5A2273 is Cyan = 0.22, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 90 34 115 -
CMYK 0.22 0.70 0 0.55
HSL 281.48º 0.54% 0.29% -
HSV(B) 281.48º 0.7% 0.45% -
XYZ 7.88 4.56 16.68 -
YUV 59.98 159.05 149.41 -
System Red Green Blue C M Y K H S L
Decimal 90 34 115 0.22 0.70 0 0.55 281.48 0.54 0.29
Hex 5A 22 73 16 46 0 37 119 36 1D
Octal 132 42 163 26 106 0 67 431 66 35
Binary 1011010 100010 1110011 10110 1000110 0 110111 100011001 110110 11101

Color Harmonies of #5A2273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A2273

Black with #5A2273

Text Example


Text Example

White with #5A2273

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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