Html Css Color HEX #5E3570 Honey Flower

📋 copy color: '#5E3570'

red 94 ◦ green 53 ◦ blue 112

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

Shades of Honey Flower #5E3570

Tints of Honey Flower #5E3570

RGB

 RED value IS 94 (37.11% from 255) = 36.29%

 GREEN value IS 53 (21.09% from 255) = 20.46%

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

R = 36.29%
G = 20.46%
B = 43.24%

CMYK

 C value IS 0.16

 M value IS 0.53

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#5E3570 (or 0x5E3570) is known color: Honey Flower. HEX triplet: 5E, 35 and 70. RGB value is (94,53,112). Sum of RGB (Red+Green+Blue) = 94+53+112=259 (34% of max value = 765). Red value is 94 (37.11% from 255 or 36.29% from 259); Green value is 53 (21.09% from 255 or 20.46% 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 #5E3570 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5E3570 is #A1CA8F. Grayscale: #474747. Windows color (decimal): -10603152 or 7353694. OLE color: 7353694.

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

Color convert

RGB 94 53 112 -
CMYK 0.16 0.53 0 0.56
HSL 281.69º 0.36% 0.32% -
HSV(B) 281.69º 0.53% 0.44% -
XYZ 8.81 6.1 16.04 -
YUV 71.99 150.58 143.7 -
System Red Green Blue C M Y K H S L
Decimal 94 53 112 0.16 0.53 0 0.56 281.69 0.36 0.32
Hex 5E 35 70 10 35 0 38 11A 24 20
Octal 136 65 160 20 65 0 70 432 44 40
Binary 1011110 110101 1110000 10000 110101 0 111000 100011010 100100 100000

Color Harmonies of #5E3570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E3570

Black with #5E3570

Text Example


Text Example

White with #5E3570

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,53,112); }

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

background-color css

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

 a { background-color: rgb(94,53,112); }

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

border-color css

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

 span { border-color: rgb(94,53,112); }

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