Html Css Color HEX #5B266E Honey Flower

📋 copy color: '#5B266E'

red 91 ◦ green 38 ◦ blue 110

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

Shades of Honey Flower #5B266E

Tints of Honey Flower #5B266E

RGB

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

 GREEN value IS 38 (15.23% from 255) = 15.9%

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

R = 38.08%
G = 15.9%
B = 46.03%

CMYK

 C value IS 0.17

 M value IS 0.65

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#5B266E (or 0x5B266E) is known color: Honey Flower. HEX triplet: 5B, 26 and 6E. RGB value is (91,38,110). Sum of RGB (Red+Green+Blue) = 91+38+110=239 (31% of max value = 765). Red value is 91 (35.94% from 255 or 38.08% from 239); Green value is 38 (15.23% from 255 or 15.90% from 239); Blue value is 110 (43.36% from 255 or 46.03% from 239); Max value from RGB is 110 - color contains mainly: blue. Hex color #5B266E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B266E is #A4D991. Grayscale: #3D3D3D. Windows color (decimal): -10803602 or 7218779. OLE color: 7218779.

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

Color convert

RGB 91 38 110 -
CMYK 0.17 0.65 0 0.57
HSL 284.17º 0.49% 0.29% -
HSV(B) 284.17º 0.65% 0.43% -
XYZ 7.82 4.74 15.25 -
YUV 62.06 155.06 148.65 -
System Red Green Blue C M Y K H S L
Decimal 91 38 110 0.17 0.65 0 0.57 284.17 0.49 0.29
Hex 5B 26 6E 11 41 0 39 11C 31 1D
Octal 133 46 156 21 101 0 71 434 61 35
Binary 1011011 100110 1101110 10001 1000001 0 111001 100011100 110001 11101

Color Harmonies of #5B266E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B266E

Black with #5B266E

Text Example


Text Example

White with #5B266E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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