Html Css Color HEX #5B2976 Honey Flower

📋 copy color: '#5B2976'

red 91 ◦ green 41 ◦ blue 118

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

Shades of Honey Flower #5B2976

Tints of Honey Flower #5B2976

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 47.2%

R = 36.4%
G = 16.4%
B = 47.2%

CMYK

 C value IS 0.23

 M value IS 0.65

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#5B2976 (or 0x5B2976) is known color: Honey Flower. HEX triplet: 5B, 29 and 76. RGB value is (91,41,118). Sum of RGB (Red+Green+Blue) = 91+41+118=250 (33% of max value = 765). Red value is 91 (35.94% from 255 or 36.4% from 250); Green value is 41 (16.41% from 255 or 16.4% from 250); Blue value is 118 (46.48% from 255 or 47.2% from 250); Max value from RGB is 118 - color contains mainly: blue. Hex color #5B2976 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B2976 is #A4D689. Grayscale: #404040. Windows color (decimal): -10802826 or 7743835. OLE color: 7743835.

HSL color Cylindrical-coordinate representation of color #5B2976: hue angle of 278.96º degrees, saturation: 0.48, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5B2976 is Cyan = 0.23, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 91 41 118 -
CMYK 0.23 0.65 0 0.54
HSL 278.96º 0.48% 0.31% -
HSV(B) 278.96º 0.65% 0.46% -
XYZ 8.38 5.12 17.69 -
YUV 64.73 158.07 146.74 -
System Red Green Blue C M Y K H S L
Decimal 91 41 118 0.23 0.65 0 0.54 278.96 0.48 0.31
Hex 5B 29 76 17 41 0 36 117 30 1F
Octal 133 51 166 27 101 0 66 427 60 37
Binary 1011011 101001 1110110 10111 1000001 0 110110 100010111 110000 11111

Color Harmonies of #5B2976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B2976

Black with #5B2976

Text Example


Text Example

White with #5B2976

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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