Html Css Color HEX #5B386D Honey Flower

📋 copy color: '#5B386D'

red 91 ◦ green 56 ◦ blue 109

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

Shades of Honey Flower #5B386D

Tints of Honey Flower #5B386D

RGB

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

 GREEN value IS 56 (22.27% from 255) = 21.88%

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

R = 35.55%
G = 21.88%
B = 42.58%

CMYK

 C value IS 0.17

 M value IS 0.49

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#5B386D (or 0x5B386D) is known color: Honey Flower. HEX triplet: 5B, 38 and 6D. RGB value is (91,56,109). Sum of RGB (Red+Green+Blue) = 91+56+109=256 (33% of max value = 765). Red value is 91 (35.94% from 255 or 35.55% from 256); Green value is 56 (22.27% from 255 or 21.88% from 256); Blue value is 109 (42.97% from 255 or 42.58% from 256); Max value from RGB is 109 - color contains mainly: blue. Hex color #5B386D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B386D is #A4C792. Grayscale: #484848. Windows color (decimal): -10798995 or 7157851. OLE color: 7157851.

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

Color convert

RGB 91 56 109 -
CMYK 0.17 0.49 0 0.57
HSL 279.62º 0.32% 0.32% -
HSV(B) 279.62º 0.49% 0.43% -
XYZ 8.49 6.16 15.21 -
YUV 72.51 148.6 141.19 -
System Red Green Blue C M Y K H S L
Decimal 91 56 109 0.17 0.49 0 0.57 279.62 0.32 0.32
Hex 5B 38 6D 11 31 0 39 118 20 20
Octal 133 70 155 21 61 0 71 430 40 40
Binary 1011011 111000 1101101 10001 110001 0 111001 100011000 100000 100000

Color Harmonies of #5B386D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B386D

Black with #5B386D

Text Example


Text Example

White with #5B386D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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