Html Css Color HEX #5B386B Honey Flower

📋 copy color: '#5B386B'

red 91 ◦ green 56 ◦ blue 107

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

Shades of Honey Flower #5B386B

Tints of Honey Flower #5B386B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 42.13%

R = 35.83%
G = 22.05%
B = 42.13%

CMYK

 C value IS 0.15

 M value IS 0.48

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#5B386B (or 0x5B386B) is known color: Honey Flower. HEX triplet: 5B, 38 and 6B. RGB value is (91,56,107). Sum of RGB (Red+Green+Blue) = 91+56+107=254 (33% of max value = 765). Red value is 91 (35.94% from 255 or 35.83% from 254); Green value is 56 (22.27% from 255 or 22.05% from 254); Blue value is 107 (42.19% from 255 or 42.13% from 254); Max value from RGB is 107 - color contains mainly: blue. Hex color #5B386B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B386B is #A4C794. Grayscale: #484848. Windows color (decimal): -10798997 or 7026779. OLE color: 7026779.

HSL color Cylindrical-coordinate representation of color #5B386B: hue angle of 281.18º degrees, saturation: 0.31, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5B386B is Cyan = 0.15, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 91 56 107 -
CMYK 0.15 0.48 0 0.58
HSL 281.18º 0.31% 0.32% -
HSV(B) 281.18º 0.48% 0.42% -
XYZ 8.38 6.11 14.65 -
YUV 72.28 147.6 141.35 -
System Red Green Blue C M Y K H S L
Decimal 91 56 107 0.15 0.48 0 0.58 281.18 0.31 0.32
Hex 5B 38 6B F 30 0 3A 119 1F 20
Octal 133 70 153 17 60 0 72 431 37 40
Binary 1011011 111000 1101011 1111 110000 0 111010 100011001 11111 100000

Color Harmonies of #5B386B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B386B

Black with #5B386B

Text Example


Text Example

White with #5B386B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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