Html Css Color HEX #5A3072 Honey Flower

📋 copy color: '#5A3072'

red 90 ◦ green 48 ◦ blue 114

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

Shades of Honey Flower #5A3072

Tints of Honey Flower #5A3072

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 45.24%

R = 35.71%
G = 19.05%
B = 45.24%

CMYK

 C value IS 0.21

 M value IS 0.58

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#5A3072 (or 0x5A3072) is known color: Honey Flower. HEX triplet: 5A, 30 and 72. RGB value is (90,48,114). Sum of RGB (Red+Green+Blue) = 90+48+114=252 (33% of max value = 765). Red value is 90 (35.55% from 255 or 35.71% from 252); Green value is 48 (19.14% from 255 or 19.05% from 252); Blue value is 114 (44.92% from 255 or 45.24% from 252); Max value from RGB is 114 - color contains mainly: blue. Hex color #5A3072 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A3072 is #A5CF8D. Grayscale: #434343. Windows color (decimal): -10866574 or 7483482. OLE color: 7483482.

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

Color convert

RGB 90 48 114 -
CMYK 0.21 0.58 0 0.55
HSL 278.18º 0.41% 0.32% -
HSV(B) 278.18º 0.58% 0.45% -
XYZ 8.31 5.5 16.54 -
YUV 68.08 153.91 143.63 -
System Red Green Blue C M Y K H S L
Decimal 90 48 114 0.21 0.58 0 0.55 278.18 0.41 0.32
Hex 5A 30 72 15 3A 0 37 116 29 20
Octal 132 60 162 25 72 0 67 426 51 40
Binary 1011010 110000 1110010 10101 111010 0 110111 100010110 101001 100000

Color Harmonies of #5A3072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A3072

Black with #5A3072

Text Example


Text Example

White with #5A3072

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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