Html Css Color HEX #5D4769 Honey Flower

📋 copy color: '#5D4769'

red 93 ◦ green 71 ◦ blue 105

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

Shades of Honey Flower #5D4769

Tints of Honey Flower #5D4769

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 39.03%

R = 34.57%
G = 26.39%
B = 39.03%

CMYK

 C value IS 0.11

 M value IS 0.32

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#5D4769 (or 0x5D4769) is known color: Honey Flower. HEX triplet: 5D, 47 and 69. RGB value is (93,71,105). Sum of RGB (Red+Green+Blue) = 93+71+105=269 (35% of max value = 765). Red value is 93 (36.72% from 255 or 34.57% from 269); Green value is 71 (28.12% from 255 or 26.39% from 269); Blue value is 105 (41.41% from 255 or 39.03% from 269); Max value from RGB is 105 - color contains mainly: blue. Hex color #5D4769 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5D4769 is #A2B896. Grayscale: #515151. Windows color (decimal): -10664087 or 6899549. OLE color: 6899549.

HSL color Cylindrical-coordinate representation of color #5D4769: hue angle of 278.82º degrees, saturation: 0.19, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #5D4769 is Cyan = 0.11, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 93 71 105 -
CMYK 0.11 0.32 0 0.59
HSL 278.82º 0.19% 0.35% -
HSV(B) 278.82º 0.32% 0.41% -
XYZ 9.32 7.85 14.39 -
YUV 81.45 141.29 136.24 -
System Red Green Blue C M Y K H S L
Decimal 93 71 105 0.11 0.32 0 0.59 278.82 0.19 0.35
Hex 5D 47 69 B 20 0 3B 117 13 23
Octal 135 107 151 13 40 0 73 427 23 43
Binary 1011101 1000111 1101001 1011 100000 0 111011 100010111 10011 100011

Color Harmonies of #5D4769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D4769

Black with #5D4769

Text Example


Text Example

White with #5D4769

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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