Html Css Color HEX #5A3970 Honey Flower

📋 copy color: '#5A3970'

red 90 ◦ green 57 ◦ blue 112

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

Shades of Honey Flower #5A3970

Tints of Honey Flower #5A3970

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 43.24%

R = 34.75%
G = 22.01%
B = 43.24%

CMYK

 C value IS 0.20

 M value IS 0.49

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#5A3970 (or 0x5A3970) is known color: Honey Flower. HEX triplet: 5A, 39 and 70. RGB value is (90,57,112). Sum of RGB (Red+Green+Blue) = 90+57+112=259 (34% of max value = 765). Red value is 90 (35.55% from 255 or 34.75% from 259); Green value is 57 (22.66% from 255 or 22.01% from 259); Blue value is 112 (44.14% from 255 or 43.24% from 259); Max value from RGB is 112 - color contains mainly: blue. Hex color #5A3970 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A3970 is #A5C68F. Grayscale: #484848. Windows color (decimal): -10864272 or 7354714. OLE color: 7354714.

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

Color convert

RGB 90 57 112 -
CMYK 0.20 0.49 0 0.56
HSL 276º 0.33% 0.33% -
HSV(B) 276º 0.49% 0.44% -
XYZ 8.6 6.27 16.09 -
YUV 73.14 149.93 140.03 -
System Red Green Blue C M Y K H S L
Decimal 90 57 112 0.20 0.49 0 0.56 276 0.33 0.33
Hex 5A 39 70 14 31 0 38 114 21 21
Octal 132 71 160 24 61 0 70 424 41 41
Binary 1011010 111001 1110000 10100 110001 0 111000 100010100 100001 100001

Color Harmonies of #5A3970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A3970

Black with #5A3970

Text Example


Text Example

White with #5A3970

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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