Html Css Color HEX #5D386D Honey Flower

📋 copy color: '#5D386D'

red 93 ◦ green 56 ◦ blue 109

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

Shades of Honey Flower #5D386D

Tints of Honey Flower #5D386D

RGB

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

 GREEN value IS 56 (22.27% from 255) = 21.71%

 BLUE value IS 109 (42.97% from 255) = 42.25%

R = 36.05%
G = 21.71%
B = 42.25%

CMYK

 C value IS 0.15

 M value IS 0.49

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#5D386D (or 0x5D386D) is known color: Honey Flower. HEX triplet: 5D, 38 and 6D. RGB value is (93,56,109). Sum of RGB (Red+Green+Blue) = 93+56+109=258 (34% of max value = 765). Red value is 93 (36.72% from 255 or 36.05% from 258); Green value is 56 (22.27% from 255 or 21.71% from 258); Blue value is 109 (42.97% from 255 or 42.25% from 258); Max value from RGB is 109 - color contains mainly: blue. Hex color #5D386D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5D386D is #A2C792. Grayscale: #484848. Windows color (decimal): -10667923 or 7157853. OLE color: 7157853.

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

Color convert

RGB 93 56 109 -
CMYK 0.15 0.49 0 0.57
HSL 281.89º 0.32% 0.32% -
HSV(B) 281.89º 0.49% 0.43% -
XYZ 8.69 6.26 15.22 -
YUV 73.11 148.26 142.19 -
System Red Green Blue C M Y K H S L
Decimal 93 56 109 0.15 0.49 0 0.57 281.89 0.32 0.32
Hex 5D 38 6D F 31 0 39 11A 20 20
Octal 135 70 155 17 61 0 71 432 40 40
Binary 1011101 111000 1101101 1111 110001 0 111001 100011010 100000 100000

Color Harmonies of #5D386D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D386D

Black with #5D386D

Text Example


Text Example

White with #5D386D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,56,109); }

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

background-color css

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

 a { background-color: rgb(93,56,109); }

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

border-color css

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

 span { border-color: rgb(93,56,109); }

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