Html Css Color HEX #5B2372 Honey Flower

📋 copy color: '#5B2372'

red 91 ◦ green 35 ◦ blue 114

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

Shades of Honey Flower #5B2372

Tints of Honey Flower #5B2372

RGB

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

 GREEN value IS 35 (14.06% from 255) = 14.58%

 BLUE value IS 114 (44.92% from 255) = 47.5%

R = 37.92%
G = 14.58%
B = 47.5%

CMYK

 C value IS 0.20

 M value IS 0.69

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#5B2372 (or 0x5B2372) is known color: Honey Flower. HEX triplet: 5B, 23 and 72. RGB value is (91,35,114). Sum of RGB (Red+Green+Blue) = 91+35+114=240 (31% of max value = 765). Red value is 91 (35.94% from 255 or 37.92% from 240); Green value is 35 (14.06% from 255 or 14.58% from 240); Blue value is 114 (44.92% from 255 or 47.5% from 240); Max value from RGB is 114 - color contains mainly: blue. Hex color #5B2372 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B2372 is #A4DC8D. Grayscale: #3C3C3C. Windows color (decimal): -10804366 or 7480155. OLE color: 7480155.

HSL color Cylindrical-coordinate representation of color #5B2372: hue angle of 282.53º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5B2372 is Cyan = 0.20, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 91 35 114 -
CMYK 0.20 0.69 0 0.55
HSL 282.53º 0.53% 0.29% -
HSV(B) 282.53º 0.69% 0.45% -
XYZ 7.95 4.64 16.4 -
YUV 60.75 158.05 149.58 -
System Red Green Blue C M Y K H S L
Decimal 91 35 114 0.20 0.69 0 0.55 282.53 0.53 0.29
Hex 5B 23 72 14 45 0 37 11B 35 1D
Octal 133 43 162 24 105 0 67 433 65 35
Binary 1011011 100011 1110010 10100 1000101 0 110111 100011011 110101 11101

Color Harmonies of #5B2372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B2372

Black with #5B2372

Text Example


Text Example

White with #5B2372

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,35,114); }

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

background-color css

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

 a { background-color: rgb(91,35,114); }

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

border-color css

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

 span { border-color: rgb(91,35,114); }

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