Html Css Color HEX #5B456E Honey Flower

📋 copy color: '#5B456E'

red 91 ◦ green 69 ◦ blue 110

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

Shades of Honey Flower #5B456E

Tints of Honey Flower #5B456E

RGB

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

 GREEN value IS 69 (27.34% from 255) = 25.56%

 BLUE value IS 110 (43.36% from 255) = 40.74%

R = 33.7%
G = 25.56%
B = 40.74%

CMYK

 C value IS 0.17

 M value IS 0.37

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#5B456E (or 0x5B456E) is known color: Honey Flower. HEX triplet: 5B, 45 and 6E. RGB value is (91,69,110). Sum of RGB (Red+Green+Blue) = 91+69+110=270 (35% of max value = 765). Red value is 91 (35.94% from 255 or 33.70% from 270); Green value is 69 (27.34% from 255 or 25.56% from 270); Blue value is 110 (43.36% from 255 or 40.74% from 270); Max value from RGB is 110 - color contains mainly: blue. Hex color #5B456E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B456E is #A4BA91. Grayscale: #505050. Windows color (decimal): -10795666 or 7226715. OLE color: 7226715.

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

Color convert

RGB 91 69 110 -
CMYK 0.17 0.37 0 0.57
HSL 272.2º 0.23% 0.35% -
HSV(B) 272.2º 0.37% 0.43% -
XYZ 9.26 7.61 15.73 -
YUV 80.25 144.79 135.67 -
System Red Green Blue C M Y K H S L
Decimal 91 69 110 0.17 0.37 0 0.57 272.2 0.23 0.35
Hex 5B 45 6E 11 25 0 39 110 17 23
Octal 133 105 156 21 45 0 71 420 27 43
Binary 1011011 1000101 1101110 10001 100101 0 111001 100010000 10111 100011

Color Harmonies of #5B456E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B456E

Black with #5B456E

Text Example


Text Example

White with #5B456E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,69,110); }

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

background-color css

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

 a { background-color: rgb(91,69,110); }

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

border-color css

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

 span { border-color: rgb(91,69,110); }

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