Html Css Color HEX #5B296D Honey Flower

📋 copy color: '#5B296D'

red 91 ◦ green 41 ◦ blue 109

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

Shades of Honey Flower #5B296D

Tints of Honey Flower #5B296D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 45.23%

R = 37.76%
G = 17.01%
B = 45.23%

CMYK

 C value IS 0.17

 M value IS 0.62

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#5B296D (or 0x5B296D) is known color: Honey Flower. HEX triplet: 5B, 29 and 6D. RGB value is (91,41,109). Sum of RGB (Red+Green+Blue) = 91+41+109=241 (31% of max value = 765). Red value is 91 (35.94% from 255 or 37.76% from 241); Green value is 41 (16.41% from 255 or 17.01% from 241); Blue value is 109 (42.97% from 255 or 45.23% from 241); Max value from RGB is 109 - color contains mainly: blue. Hex color #5B296D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B296D is #A4D692. Grayscale: #3F3F3F. Windows color (decimal): -10802835 or 7154011. OLE color: 7154011.

HSL color Cylindrical-coordinate representation of color #5B296D: hue angle of 284.12º degrees, saturation: 0.45, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5B296D is Cyan = 0.17, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 91 41 109 -
CMYK 0.17 0.62 0 0.57
HSL 284.12º 0.45% 0.29% -
HSV(B) 284.12º 0.62% 0.43% -
XYZ 7.87 4.91 15 -
YUV 63.7 153.57 147.47 -
System Red Green Blue C M Y K H S L
Decimal 91 41 109 0.17 0.62 0 0.57 284.12 0.45 0.29
Hex 5B 29 6D 11 3E 0 39 11C 2D 1D
Octal 133 51 155 21 76 0 71 434 55 35
Binary 1011011 101001 1101101 10001 111110 0 111001 100011100 101101 11101

Color Harmonies of #5B296D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B296D

Black with #5B296D

Text Example


Text Example

White with #5B296D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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