Html Css Color HEX #5A3074 Honey Flower

📋 copy color: '#5A3074'

red 90 ◦ green 48 ◦ blue 116

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

Shades of Honey Flower #5A3074

Tints of Honey Flower #5A3074

RGB

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

 GREEN value IS 48 (19.14% from 255) = 18.9%

 BLUE value IS 116 (45.7% from 255) = 45.67%

R = 35.43%
G = 18.9%
B = 45.67%

CMYK

 C value IS 0.22

 M value IS 0.59

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#5A3074 (or 0x5A3074) is known color: Honey Flower. HEX triplet: 5A, 30 and 74. RGB value is (90,48,116). Sum of RGB (Red+Green+Blue) = 90+48+116=254 (33% of max value = 765). Red value is 90 (35.55% from 255 or 35.43% from 254); Green value is 48 (19.14% from 255 or 18.90% from 254); Blue value is 116 (45.70% from 255 or 45.67% from 254); Max value from RGB is 116 - color contains mainly: blue. Hex color #5A3074 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A3074 is #A5CF8B. Grayscale: #444444. Windows color (decimal): -10866572 or 7614554. OLE color: 7614554.

HSL color Cylindrical-coordinate representation of color #5A3074: hue angle of 277.06º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5A3074 is Cyan = 0.22, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 90 48 116 -
CMYK 0.22 0.59 0 0.55
HSL 277.06º 0.41% 0.32% -
HSV(B) 277.06º 0.59% 0.45% -
XYZ 8.43 5.55 17.15 -
YUV 68.31 154.91 143.47 -
System Red Green Blue C M Y K H S L
Decimal 90 48 116 0.22 0.59 0 0.55 277.06 0.41 0.32
Hex 5A 30 74 16 3B 0 37 115 29 20
Octal 132 60 164 26 73 0 67 425 51 40
Binary 1011010 110000 1110100 10110 111011 0 110111 100010101 101001 100000

Color Harmonies of #5A3074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A3074

Black with #5A3074

Text Example


Text Example

White with #5A3074

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,48,116); }

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

background-color css

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

 a { background-color: rgb(90,48,116); }

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

border-color css

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

 span { border-color: rgb(90,48,116); }

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