Html Css Color HEX #5A3371 Honey Flower

📋 copy color: '#5A3371'

red 90 ◦ green 51 ◦ blue 113

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

Shades of Honey Flower #5A3371

Tints of Honey Flower #5A3371

RGB

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

 GREEN value IS 51 (20.31% from 255) = 20.08%

 BLUE value IS 113 (44.53% from 255) = 44.49%

R = 35.43%
G = 20.08%
B = 44.49%

CMYK

 C value IS 0.20

 M value IS 0.55

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#5A3371 (or 0x5A3371) is known color: Honey Flower. HEX triplet: 5A, 33 and 71. RGB value is (90,51,113). Sum of RGB (Red+Green+Blue) = 90+51+113=254 (33% of max value = 765). Red value is 90 (35.55% from 255 or 35.43% from 254); Green value is 51 (20.31% from 255 or 20.08% from 254); Blue value is 113 (44.53% from 255 or 44.49% from 254); Max value from RGB is 113 - color contains mainly: blue. Hex color #5A3371 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A3371 is #A5CC8E. Grayscale: #454545. Windows color (decimal): -10865807 or 7418714. OLE color: 7418714.

HSL color Cylindrical-coordinate representation of color #5A3371: hue angle of 277.74º degrees, saturation: 0.38, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5A3371 is Cyan = 0.20, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 90 51 113 -
CMYK 0.20 0.55 0 0.56
HSL 277.74º 0.38% 0.32% -
HSV(B) 277.74º 0.55% 0.44% -
XYZ 8.38 5.73 16.29 -
YUV 69.73 152.42 142.46 -
System Red Green Blue C M Y K H S L
Decimal 90 51 113 0.20 0.55 0 0.56 277.74 0.38 0.32
Hex 5A 33 71 14 37 0 38 116 26 20
Octal 132 63 161 24 67 0 70 426 46 40
Binary 1011010 110011 1110001 10100 110111 0 111000 100010110 100110 100000

Color Harmonies of #5A3371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A3371

Black with #5A3371

Text Example


Text Example

White with #5A3371

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,51,113); }

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

background-color css

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

 a { background-color: rgb(90,51,113); }

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

border-color css

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

 span { border-color: rgb(90,51,113); }

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