Html Css Color HEX #5B3968 Honey Flower

📋 copy color: '#5B3968'

red 91 ◦ green 57 ◦ blue 104

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

Shades of Honey Flower #5B3968

Tints of Honey Flower #5B3968

RGB

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

 GREEN value IS 57 (22.66% from 255) = 22.62%

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

R = 36.11%
G = 22.62%
B = 41.27%

CMYK

 C value IS 0.12

 M value IS 0.45

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#5B3968 (or 0x5B3968) is known color: Honey Flower. HEX triplet: 5B, 39 and 68. RGB value is (91,57,104). Sum of RGB (Red+Green+Blue) = 91+57+104=252 (33% of max value = 765). Red value is 91 (35.94% from 255 or 36.11% from 252); Green value is 57 (22.66% from 255 or 22.62% from 252); Blue value is 104 (41.02% from 255 or 41.27% from 252); Max value from RGB is 104 - color contains mainly: blue. Hex color #5B3968 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B3968 is #A4C697. Grayscale: #484848. Windows color (decimal): -10798744 or 6830427. OLE color: 6830427.

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

Color convert

RGB 91 57 104 -
CMYK 0.12 0.45 0 0.59
HSL 283.4º 0.29% 0.32% -
HSV(B) 283.4º 0.45% 0.41% -
XYZ 8.28 6.15 13.85 -
YUV 72.52 145.76 141.18 -
System Red Green Blue C M Y K H S L
Decimal 91 57 104 0.12 0.45 0 0.59 283.4 0.29 0.32
Hex 5B 39 68 C 2D 0 3B 11B 1D 20
Octal 133 71 150 14 55 0 73 433 35 40
Binary 1011011 111001 1101000 1100 101101 0 111011 100011011 11101 100000

Color Harmonies of #5B3968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B3968

Black with #5B3968

Text Example


Text Example

White with #5B3968

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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