Html Css Color HEX #5A2172 Honey Flower

📋 copy color: '#5A2172'

red 90 ◦ green 33 ◦ blue 114

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

Shades of Honey Flower #5A2172

Tints of Honey Flower #5A2172

RGB

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

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

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

R = 37.97%
G = 13.92%
B = 48.1%

CMYK

 C value IS 0.21

 M value IS 0.71

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#5A2172 (or 0x5A2172) is known color: Honey Flower. HEX triplet: 5A, 21 and 72. RGB value is (90,33,114). Sum of RGB (Red+Green+Blue) = 90+33+114=237 (31% of max value = 765). Red value is 90 (35.55% from 255 or 37.97% from 237); Green value is 33 (13.28% from 255 or 13.92% from 237); Blue value is 114 (44.92% from 255 or 48.10% from 237); Max value from RGB is 114 - color contains mainly: blue. Hex color #5A2172 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A2172 is #A5DE8D. Grayscale: #3B3B3B. Windows color (decimal): -10870414 or 7479642. OLE color: 7479642.

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

Color convert

RGB 90 33 114 -
CMYK 0.21 0.71 0 0.55
HSL 282.22º 0.55% 0.29% -
HSV(B) 282.22º 0.71% 0.45% -
XYZ 7.8 4.48 16.37 -
YUV 59.28 158.88 149.91 -
System Red Green Blue C M Y K H S L
Decimal 90 33 114 0.21 0.71 0 0.55 282.22 0.55 0.29
Hex 5A 21 72 15 47 0 37 11A 37 1D
Octal 132 41 162 25 107 0 67 432 67 35
Binary 1011010 100001 1110010 10101 1000111 0 110111 100011010 110111 11101

Color Harmonies of #5A2172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A2172

Black with #5A2172

Text Example


Text Example

White with #5A2172

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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