Html Css Color HEX #5A2174 Honey Flower

📋 copy color: '#5A2174'

red 90 ◦ green 33 ◦ blue 116

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

Shades of Honey Flower #5A2174

Tints of Honey Flower #5A2174

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 48.54%

R = 37.66%
G = 13.81%
B = 48.54%

CMYK

 C value IS 0.22

 M value IS 0.72

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#5A2174 (or 0x5A2174) is known color: Honey Flower. HEX triplet: 5A, 21 and 74. RGB value is (90,33,116). Sum of RGB (Red+Green+Blue) = 90+33+116=239 (31% of max value = 765). Red value is 90 (35.55% from 255 or 37.66% from 239); Green value is 33 (13.28% from 255 or 13.81% from 239); Blue value is 116 (45.70% from 255 or 48.54% from 239); Max value from RGB is 116 - color contains mainly: blue. Hex color #5A2174 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A2174 is #A5DE8B. Grayscale: #3B3B3B. Windows color (decimal): -10870412 or 7610714. OLE color: 7610714.

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

Color convert

RGB 90 33 116 -
CMYK 0.22 0.72 0 0.55
HSL 281.2º 0.56% 0.29% -
HSV(B) 281.2º 0.72% 0.45% -
XYZ 7.91 4.52 16.98 -
YUV 59.51 159.88 149.75 -
System Red Green Blue C M Y K H S L
Decimal 90 33 116 0.22 0.72 0 0.55 281.2 0.56 0.29
Hex 5A 21 74 16 48 0 37 119 38 1D
Octal 132 41 164 26 110 0 67 431 70 35
Binary 1011010 100001 1110100 10110 1001000 0 110111 100011001 111000 11101

Color Harmonies of #5A2174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A2174

Black with #5A2174

Text Example


Text Example

White with #5A2174

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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