Html Css Color HEX #5A3971 Honey Flower

📋 copy color: '#5A3971'

red 90 ◦ green 57 ◦ blue 113

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

Shades of Honey Flower #5A3971

Tints of Honey Flower #5A3971

RGB

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

 GREEN value IS 57 (22.66% from 255) = 21.92%

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

R = 34.62%
G = 21.92%
B = 43.46%

CMYK

 C value IS 0.20

 M value IS 0.50

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#5A3971 (or 0x5A3971) is known color: Honey Flower. HEX triplet: 5A, 39 and 71. RGB value is (90,57,113). Sum of RGB (Red+Green+Blue) = 90+57+113=260 (34% of max value = 765). Red value is 90 (35.55% from 255 or 34.62% from 260); Green value is 57 (22.66% from 255 or 21.92% from 260); Blue value is 113 (44.53% from 255 or 43.46% from 260); Max value from RGB is 113 - color contains mainly: blue. Hex color #5A3971 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A3971 is #A5C68E. Grayscale: #494949. Windows color (decimal): -10864271 or 7420250. OLE color: 7420250.

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

Color convert

RGB 90 57 113 -
CMYK 0.20 0.50 0 0.56
HSL 275.36º 0.33% 0.33% -
HSV(B) 275.36º 0.5% 0.44% -
XYZ 8.66 6.29 16.38 -
YUV 73.25 150.43 139.95 -
System Red Green Blue C M Y K H S L
Decimal 90 57 113 0.20 0.50 0 0.56 275.36 0.33 0.33
Hex 5A 39 71 14 32 0 38 113 21 21
Octal 132 71 161 24 62 0 70 423 41 41
Binary 1011010 111001 1110001 10100 110010 0 111000 100010011 100001 100001

Color Harmonies of #5A3971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A3971

Black with #5A3971

Text Example


Text Example

White with #5A3971

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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