Html Css Color HEX #5D4765 Honey Flower

📋 copy color: '#5D4765'

red 93 ◦ green 71 ◦ blue 101

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

Shades of Honey Flower #5D4765

Tints of Honey Flower #5D4765

RGB

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

 GREEN value IS 71 (28.13% from 255) = 26.79%

 BLUE value IS 101 (39.84% from 255) = 38.11%

R = 35.09%
G = 26.79%
B = 38.11%

CMYK

 C value IS 0.08

 M value IS 0.30

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#5D4765 (or 0x5D4765) is known color: Honey Flower. HEX triplet: 5D, 47 and 65. RGB value is (93,71,101). Sum of RGB (Red+Green+Blue) = 93+71+101=265 (35% of max value = 765). Red value is 93 (36.72% from 255 or 35.09% from 265); Green value is 71 (28.12% from 255 or 26.79% from 265); Blue value is 101 (39.84% from 255 or 38.11% from 265); Max value from RGB is 101 - color contains mainly: blue. Hex color #5D4765 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5D4765 is #A2B89A. Grayscale: #505050. Windows color (decimal): -10664091 or 6637405. OLE color: 6637405.

HSL color Cylindrical-coordinate representation of color #5D4765: hue angle of 284º degrees, saturation: 0.17, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #5D4765 is Cyan = 0.08, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 93 71 101 -
CMYK 0.08 0.30 0 0.60
HSL 284º 0.17% 0.34% -
HSV(B) 284º 0.3% 0.4% -
XYZ 9.12 7.77 13.33 -
YUV 81 139.29 136.56 -
System Red Green Blue C M Y K H S L
Decimal 93 71 101 0.08 0.30 0 0.60 284 0.17 0.34
Hex 5D 47 65 8 1E 0 3C 11C 11 22
Octal 135 107 145 10 36 0 74 434 21 42
Binary 1011101 1000111 1100101 1000 11110 0 111100 100011100 10001 100010

Color Harmonies of #5D4765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D4765

Black with #5D4765

Text Example


Text Example

White with #5D4765

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,71,101); }

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

background-color css

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

 a { background-color: rgb(93,71,101); }

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

border-color css

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

 span { border-color: rgb(93,71,101); }

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