Html Css Color HEX #5B3274 Honey Flower

📋 copy color: '#5B3274'

red 91 ◦ green 50 ◦ blue 116

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

Shades of Honey Flower #5B3274

Tints of Honey Flower #5B3274

RGB

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

 GREEN value IS 50 (19.92% from 255) = 19.46%

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

R = 35.41%
G = 19.46%
B = 45.14%

CMYK

 C value IS 0.22

 M value IS 0.57

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#5B3274 (or 0x5B3274) is known color: Honey Flower. HEX triplet: 5B, 32 and 74. RGB value is (91,50,116). Sum of RGB (Red+Green+Blue) = 91+50+116=257 (34% of max value = 765). Red value is 91 (35.94% from 255 or 35.41% from 257); Green value is 50 (19.92% from 255 or 19.46% from 257); Blue value is 116 (45.70% from 255 or 45.14% from 257); Max value from RGB is 116 - color contains mainly: blue. Hex color #5B3274 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B3274 is #A4CD8B. Grayscale: #454545. Windows color (decimal): -10800524 or 7615067. OLE color: 7615067.

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

Color convert

RGB 91 50 116 -
CMYK 0.22 0.57 0 0.55
HSL 277.27º 0.4% 0.33% -
HSV(B) 277.27º 0.57% 0.45% -
XYZ 8.61 5.77 17.18 -
YUV 69.78 154.08 143.13 -
System Red Green Blue C M Y K H S L
Decimal 91 50 116 0.22 0.57 0 0.55 277.27 0.4 0.33
Hex 5B 32 74 16 39 0 37 115 28 21
Octal 133 62 164 26 71 0 67 425 50 41
Binary 1011011 110010 1110100 10110 111001 0 110111 100010101 101000 100001

Color Harmonies of #5B3274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B3274

Black with #5B3274

Text Example


Text Example

White with #5B3274

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,50,116); }

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

background-color css

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

 a { background-color: rgb(91,50,116); }

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

border-color css

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

 span { border-color: rgb(91,50,116); }

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