Html Css Color HEX #5B3073 Honey Flower

📋 copy color: '#5B3073'

red 91 ◦ green 48 ◦ blue 115

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

Shades of Honey Flower #5B3073

Tints of Honey Flower #5B3073

RGB

 RED value IS 91 (35.94% from 255) = 35.83%

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

 BLUE value IS 115 (45.31% from 255) = 45.28%

R = 35.83%
G = 18.9%
B = 45.28%

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

#5B3073 (or 0x5B3073) is known color: Honey Flower. HEX triplet: 5B, 30 and 73. RGB value is (91,48,115). Sum of RGB (Red+Green+Blue) = 91+48+115=254 (33% of max value = 765). Red value is 91 (35.94% from 255 or 35.83% from 254); Green value is 48 (19.14% from 255 or 18.90% from 254); Blue value is 115 (45.31% from 255 or 45.28% from 254); Max value from RGB is 115 - color contains mainly: blue. Hex color #5B3073 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B3073 is #A4CF8C. Grayscale: #444444. Windows color (decimal): -10801037 or 7549019. OLE color: 7549019.

HSL color Cylindrical-coordinate representation of color #5B3073: hue angle of 278.51º 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 #5B3073 is Cyan = 0.21, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 91 48 115 -
CMYK 0.21 0.58 0 0.55
HSL 278.51º 0.41% 0.32% -
HSV(B) 278.51º 0.58% 0.45% -
XYZ 8.47 5.58 16.85 -
YUV 68.5 154.25 144.05 -
System Red Green Blue C M Y K H S L
Decimal 91 48 115 0.21 0.58 0 0.55 278.51 0.41 0.32
Hex 5B 30 73 15 3A 0 37 117 29 20
Octal 133 60 163 25 72 0 67 427 51 40
Binary 1011011 110000 1110011 10101 111010 0 110111 100010111 101001 100000

Color Harmonies of #5B3073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B3073

Black with #5B3073

Text Example


Text Example

White with #5B3073

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,48,115); }

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

background-color css

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

 a { background-color: rgb(91,48,115); }

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

border-color css

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

 span { border-color: rgb(91,48,115); }

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