Html Css Color HEX #5A2E70 Honey Flower

📋 copy color: '#5A2E70'

red 90 ◦ green 46 ◦ blue 112

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

Shades of Honey Flower #5A2E70

Tints of Honey Flower #5A2E70

RGB

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

 GREEN value IS 46 (18.36% from 255) = 18.55%

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

R = 36.29%
G = 18.55%
B = 45.16%

CMYK

 C value IS 0.20

 M value IS 0.59

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#5A2E70 (or 0x5A2E70) is known color: Honey Flower. HEX triplet: 5A, 2E and 70. RGB value is (90,46,112). Sum of RGB (Red+Green+Blue) = 90+46+112=248 (32% of max value = 765). Red value is 90 (35.55% from 255 or 36.29% from 248); Green value is 46 (18.36% from 255 or 18.55% from 248); Blue value is 112 (44.14% from 255 or 45.16% from 248); Max value from RGB is 112 - color contains mainly: blue. Hex color #5A2E70 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A2E70 is #A5D18F. Grayscale: #424242. Windows color (decimal): -10867088 or 7351898. OLE color: 7351898.

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

Color convert

RGB 90 46 112 -
CMYK 0.20 0.59 0 0.56
HSL 280º 0.42% 0.31% -
HSV(B) 280º 0.59% 0.44% -
XYZ 8.12 5.3 15.92 -
YUV 66.68 153.58 144.63 -
System Red Green Blue C M Y K H S L
Decimal 90 46 112 0.20 0.59 0 0.56 280 0.42 0.31
Hex 5A 2E 70 14 3B 0 38 118 2A 1F
Octal 132 56 160 24 73 0 70 430 52 37
Binary 1011010 101110 1110000 10100 111011 0 111000 100011000 101010 11111

Color Harmonies of #5A2E70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A2E70

Black with #5A2E70

Text Example


Text Example

White with #5A2E70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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