Html Css Color HEX #5B296F Honey Flower

📋 copy color: '#5B296F'

red 91 ◦ green 41 ◦ blue 111

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

Shades of Honey Flower #5B296F

Tints of Honey Flower #5B296F

RGB

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

 GREEN value IS 41 (16.41% from 255) = 16.87%

 BLUE value IS 111 (43.75% from 255) = 45.68%

R = 37.45%
G = 16.87%
B = 45.68%

CMYK

 C value IS 0.18

 M value IS 0.63

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#5B296F (or 0x5B296F) is known color: Honey Flower. HEX triplet: 5B, 29 and 6F. RGB value is (91,41,111). Sum of RGB (Red+Green+Blue) = 91+41+111=243 (32% of max value = 765). Red value is 91 (35.94% from 255 or 37.45% from 243); Green value is 41 (16.41% from 255 or 16.87% from 243); Blue value is 111 (43.75% from 255 or 45.68% from 243); Max value from RGB is 111 - color contains mainly: blue. Hex color #5B296F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B296F is #A4D690. Grayscale: #3F3F3F. Windows color (decimal): -10802833 or 7285083. OLE color: 7285083.

HSL color Cylindrical-coordinate representation of color #5B296F: hue angle of 282.86º degrees, saturation: 0.46, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5B296F is Cyan = 0.18, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 91 41 111 -
CMYK 0.18 0.63 0 0.56
HSL 282.86º 0.46% 0.3% -
HSV(B) 282.86º 0.63% 0.44% -
XYZ 7.98 4.96 15.58 -
YUV 63.93 154.57 147.31 -
System Red Green Blue C M Y K H S L
Decimal 91 41 111 0.18 0.63 0 0.56 282.86 0.46 0.3
Hex 5B 29 6F 12 3F 0 38 11B 2E 1E
Octal 133 51 157 22 77 0 70 433 56 36
Binary 1011011 101001 1101111 10010 111111 0 111000 100011011 101110 11110

Color Harmonies of #5B296F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B296F

Black with #5B296F

Text Example


Text Example

White with #5B296F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,41,111); }

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

background-color css

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

 a { background-color: rgb(91,41,111); }

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

border-color css

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

 span { border-color: rgb(91,41,111); }

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