Html Css Color HEX #5D4071 Honey Flower

📋 copy color: '#5D4071'

red 93 ◦ green 64 ◦ blue 113

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

Shades of Honey Flower #5D4071

Tints of Honey Flower #5D4071

RGB

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

 GREEN value IS 64 (25.39% from 255) = 23.7%

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

R = 34.44%
G = 23.7%
B = 41.85%

CMYK

 C value IS 0.18

 M value IS 0.43

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#5D4071 (or 0x5D4071) is known color: Honey Flower. HEX triplet: 5D, 40 and 71. RGB value is (93,64,113). Sum of RGB (Red+Green+Blue) = 93+64+113=270 (35% of max value = 765). Red value is 93 (36.72% from 255 or 34.44% from 270); Green value is 64 (25.39% from 255 or 23.70% from 270); Blue value is 113 (44.53% from 255 or 41.85% from 270); Max value from RGB is 113 - color contains mainly: blue. Hex color #5D4071 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5D4071 is #A2BF8E. Grayscale: #4E4E4E. Windows color (decimal): -10665871 or 7422045. OLE color: 7422045.

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

Color convert

RGB 93 64 113 -
CMYK 0.18 0.43 0 0.56
HSL 275.51º 0.28% 0.35% -
HSV(B) 275.51º 0.43% 0.44% -
XYZ 9.33 7.19 16.52 -
YUV 78.26 147.61 138.52 -
System Red Green Blue C M Y K H S L
Decimal 93 64 113 0.18 0.43 0 0.56 275.51 0.28 0.35
Hex 5D 40 71 12 2B 0 38 114 1C 23
Octal 135 100 161 22 53 0 70 424 34 43
Binary 1011101 1000000 1110001 10010 101011 0 111000 100010100 11100 100011

Color Harmonies of #5D4071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D4071

Black with #5D4071

Text Example


Text Example

White with #5D4071

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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