Html Css Color HEX #5B3368 Honey Flower

📋 copy color: '#5B3368'

red 91 ◦ green 51 ◦ blue 104

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

Shades of Honey Flower #5B3368

Tints of Honey Flower #5B3368

RGB

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

 GREEN value IS 51 (20.31% from 255) = 20.73%

 BLUE value IS 104 (41.02% from 255) = 42.28%

R = 36.99%
G = 20.73%
B = 42.28%

CMYK

 C value IS 0.12

 M value IS 0.51

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#5B3368 (or 0x5B3368) is known color: Honey Flower. HEX triplet: 5B, 33 and 68. RGB value is (91,51,104). Sum of RGB (Red+Green+Blue) = 91+51+104=246 (32% of max value = 765). Red value is 91 (35.94% from 255 or 36.99% from 246); Green value is 51 (20.31% from 255 or 20.73% from 246); Blue value is 104 (41.02% from 255 or 42.28% from 246); Max value from RGB is 104 - color contains mainly: blue. Hex color #5B3368 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B3368 is #A4CC97. Grayscale: #444444. Windows color (decimal): -10800280 or 6828891. OLE color: 6828891.

HSL color Cylindrical-coordinate representation of color #5B3368: hue angle of 285.28º degrees, saturation: 0.34, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5B3368 is Cyan = 0.12, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 91 51 104 -
CMYK 0.12 0.51 0 0.59
HSL 285.28º 0.34% 0.3% -
HSV(B) 285.28º 0.51% 0.41% -
XYZ 8 5.59 13.75 -
YUV 69 147.75 143.69 -
System Red Green Blue C M Y K H S L
Decimal 91 51 104 0.12 0.51 0 0.59 285.28 0.34 0.3
Hex 5B 33 68 C 33 0 3B 11D 22 1E
Octal 133 63 150 14 63 0 73 435 42 36
Binary 1011011 110011 1101000 1100 110011 0 111011 100011101 100010 11110

Color Harmonies of #5B3368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B3368

Black with #5B3368

Text Example


Text Example

White with #5B3368

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,51,104); }

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

background-color css

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

 a { background-color: rgb(91,51,104); }

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

border-color css

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

 span { border-color: rgb(91,51,104); }

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