Html Css Color HEX #5B3769 Honey Flower

📋 copy color: '#5B3769'

red 91 ◦ green 55 ◦ blue 105

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

Shades of Honey Flower #5B3769

Tints of Honey Flower #5B3769

RGB

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

 GREEN value IS 55 (21.88% from 255) = 21.91%

 BLUE value IS 105 (41.41% from 255) = 41.83%

R = 36.25%
G = 21.91%
B = 41.83%

CMYK

 C value IS 0.13

 M value IS 0.48

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#5B3769 (or 0x5B3769) is known color: Honey Flower. HEX triplet: 5B, 37 and 69. RGB value is (91,55,105). Sum of RGB (Red+Green+Blue) = 91+55+105=251 (33% of max value = 765). Red value is 91 (35.94% from 255 or 36.25% from 251); Green value is 55 (21.88% from 255 or 21.91% from 251); Blue value is 105 (41.41% from 255 or 41.83% from 251); Max value from RGB is 105 - color contains mainly: blue. Hex color #5B3769 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B3769 is #A4C896. Grayscale: #474747. Windows color (decimal): -10799255 or 6895451. OLE color: 6895451.

HSL color Cylindrical-coordinate representation of color #5B3769: hue angle of 283.2º degrees, saturation: 0.31, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5B3769 is Cyan = 0.13, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 91 55 105 -
CMYK 0.13 0.48 0 0.59
HSL 283.2º 0.31% 0.31% -
HSV(B) 283.2º 0.48% 0.41% -
XYZ 8.23 5.98 14.08 -
YUV 71.46 146.93 141.93 -
System Red Green Blue C M Y K H S L
Decimal 91 55 105 0.13 0.48 0 0.59 283.2 0.31 0.31
Hex 5B 37 69 D 30 0 3B 11B 1F 1F
Octal 133 67 151 15 60 0 73 433 37 37
Binary 1011011 110111 1101001 1101 110000 0 111011 100011011 11111 11111

Color Harmonies of #5B3769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B3769

Black with #5B3769

Text Example


Text Example

White with #5B3769

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,55,105); }

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

background-color css

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

 a { background-color: rgb(91,55,105); }

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

border-color css

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

 span { border-color: rgb(91,55,105); }

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