Html Css Color HEX #5B2370 Honey Flower

📋 copy color: '#5B2370'

red 91 ◦ green 35 ◦ blue 112

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

Shades of Honey Flower #5B2370

Tints of Honey Flower #5B2370

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 47.06%

R = 38.24%
G = 14.71%
B = 47.06%

CMYK

 C value IS 0.19

 M value IS 0.69

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#5B2370 (or 0x5B2370) is known color: Honey Flower. HEX triplet: 5B, 23 and 70. RGB value is (91,35,112). Sum of RGB (Red+Green+Blue) = 91+35+112=238 (31% of max value = 765). Red value is 91 (35.94% from 255 or 38.24% from 238); Green value is 35 (14.06% from 255 or 14.71% from 238); Blue value is 112 (44.14% from 255 or 47.06% from 238); Max value from RGB is 112 - color contains mainly: blue. Hex color #5B2370 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B2370 is #A4DC8F. Grayscale: #3C3C3C. Windows color (decimal): -10804368 or 7349083. OLE color: 7349083.

HSL color Cylindrical-coordinate representation of color #5B2370: hue angle of 283.64º degrees, saturation: 0.52, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5B2370 is Cyan = 0.19, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 91 35 112 -
CMYK 0.19 0.69 0 0.56
HSL 283.64º 0.52% 0.29% -
HSV(B) 283.64º 0.69% 0.44% -
XYZ 7.84 4.6 15.8 -
YUV 60.52 157.05 149.74 -
System Red Green Blue C M Y K H S L
Decimal 91 35 112 0.19 0.69 0 0.56 283.64 0.52 0.29
Hex 5B 23 70 13 45 0 38 11C 34 1D
Octal 133 43 160 23 105 0 70 434 64 35
Binary 1011011 100011 1110000 10011 1000101 0 111000 100011100 110100 11101

Color Harmonies of #5B2370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B2370

Black with #5B2370

Text Example


Text Example

White with #5B2370

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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