Html Css Color HEX #5D466C Honey Flower

📋 copy color: '#5D466C'

red 93 ◦ green 70 ◦ blue 108

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

Shades of Honey Flower #5D466C

Tints of Honey Flower #5D466C

RGB

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

 GREEN value IS 70 (27.73% from 255) = 25.83%

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

R = 34.32%
G = 25.83%
B = 39.85%

CMYK

 C value IS 0.14

 M value IS 0.35

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#5D466C (or 0x5D466C) is known color: Honey Flower. HEX triplet: 5D, 46 and 6C. RGB value is (93,70,108). Sum of RGB (Red+Green+Blue) = 93+70+108=271 (35% of max value = 765). Red value is 93 (36.72% from 255 or 34.32% from 271); Green value is 70 (27.73% from 255 or 25.83% from 271); Blue value is 108 (42.58% from 255 or 39.85% from 271); Max value from RGB is 108 - color contains mainly: blue. Hex color #5D466C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5D466C is #A2B993. Grayscale: #515151. Windows color (decimal): -10664340 or 7095901. OLE color: 7095901.

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

Color convert

RGB 93 70 108 -
CMYK 0.14 0.35 0 0.58
HSL 276.32º 0.21% 0.35% -
HSV(B) 276.32º 0.35% 0.42% -
XYZ 9.41 7.79 15.19 -
YUV 81.21 143.12 136.41 -
System Red Green Blue C M Y K H S L
Decimal 93 70 108 0.14 0.35 0 0.58 276.32 0.21 0.35
Hex 5D 46 6C E 23 0 3A 114 15 23
Octal 135 106 154 16 43 0 72 424 25 43
Binary 1011101 1000110 1101100 1110 100011 0 111010 100010100 10101 100011

Color Harmonies of #5D466C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D466C

Black with #5D466C

Text Example


Text Example

White with #5D466C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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