Html Css Color HEX #5D3F71 Honey Flower

📋 copy color: '#5D3F71'

red 93 ◦ green 63 ◦ blue 113

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

Shades of Honey Flower #5D3F71

Tints of Honey Flower #5D3F71

RGB

 RED value IS 93 (36.72% from 255) = 34.57%

 GREEN value IS 63 (25% from 255) = 23.42%

 BLUE value IS 113 (44.53% from 255) = 42.01%

R = 34.57%
G = 23.42%
B = 42.01%

CMYK

 C value IS 0.18

 M value IS 0.44

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#5D3F71 (or 0x5D3F71) is known color: Honey Flower. HEX triplet: 5D, 3F and 71. RGB value is (93,63,113). Sum of RGB (Red+Green+Blue) = 93+63+113=269 (35% of max value = 765). Red value is 93 (36.72% from 255 or 34.57% from 269); Green value is 63 (25% from 255 or 23.42% from 269); Blue value is 113 (44.53% from 255 or 42.01% from 269); Max value from RGB is 113 - color contains mainly: blue. Hex color #5D3F71 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5D3F71 is #A2C08E. Grayscale: #4D4D4D. Windows color (decimal): -10666127 or 7421789. OLE color: 7421789.

HSL color Cylindrical-coordinate representation of color #5D3F71: hue angle of 276º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #5D3F71 is Cyan = 0.18, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 93 63 113 -
CMYK 0.18 0.44 0 0.56
HSL 276º 0.28% 0.35% -
HSV(B) 276º 0.44% 0.44% -
XYZ 9.27 7.07 16.5 -
YUV 77.67 147.94 138.93 -
System Red Green Blue C M Y K H S L
Decimal 93 63 113 0.18 0.44 0 0.56 276 0.28 0.35
Hex 5D 3F 71 12 2C 0 38 114 1C 23
Octal 135 77 161 22 54 0 70 424 34 43
Binary 1011101 111111 1110001 10010 101100 0 111000 100010100 11100 100011

Color Harmonies of #5D3F71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D3F71

Black with #5D3F71

Text Example


Text Example

White with #5D3F71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,63,113); }

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

background-color css

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

 a { background-color: rgb(93,63,113); }

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

border-color css

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

 span { border-color: rgb(93,63,113); }

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