Html Css Color HEX #5D396C Honey Flower

📋 copy color: '#5D396C'

red 93 ◦ green 57 ◦ blue 108

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

Shades of Honey Flower #5D396C

Tints of Honey Flower #5D396C

RGB

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

 GREEN value IS 57 (22.66% from 255) = 22.09%

 BLUE value IS 108 (42.58% from 255) = 41.86%

R = 36.05%
G = 22.09%
B = 41.86%

CMYK

 C value IS 0.14

 M value IS 0.47

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#5D396C (or 0x5D396C) is known color: Honey Flower. HEX triplet: 5D, 39 and 6C. RGB value is (93,57,108). Sum of RGB (Red+Green+Blue) = 93+57+108=258 (34% of max value = 765). Red value is 93 (36.72% from 255 or 36.05% from 258); Green value is 57 (22.66% from 255 or 22.09% from 258); Blue value is 108 (42.58% from 255 or 41.86% from 258); Max value from RGB is 108 - color contains mainly: blue. Hex color #5D396C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5D396C is #A2C693. Grayscale: #494949. Windows color (decimal): -10667668 or 7092573. OLE color: 7092573.

HSL color Cylindrical-coordinate representation of color #5D396C: hue angle of 282.35º degrees, saturation: 0.31, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5D396C is Cyan = 0.14, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 93 57 108 -
CMYK 0.14 0.47 0 0.58
HSL 282.35º 0.31% 0.32% -
HSV(B) 282.35º 0.47% 0.42% -
XYZ 8.68 6.34 14.95 -
YUV 73.58 147.43 141.85 -
System Red Green Blue C M Y K H S L
Decimal 93 57 108 0.14 0.47 0 0.58 282.35 0.31 0.32
Hex 5D 39 6C E 2F 0 3A 11A 1F 20
Octal 135 71 154 16 57 0 72 432 37 40
Binary 1011101 111001 1101100 1110 101111 0 111010 100011010 11111 100000

Color Harmonies of #5D396C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D396C

Black with #5D396C

Text Example


Text Example

White with #5D396C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,57,108); }

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

background-color css

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

 a { background-color: rgb(93,57,108); }

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

border-color css

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

 span { border-color: rgb(93,57,108); }

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