Html Css Color HEX #5D3766 Honey Flower

📋 copy color: '#5D3766'

red 93 ◦ green 55 ◦ blue 102

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

Shades of Honey Flower #5D3766

Tints of Honey Flower #5D3766

RGB

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

 GREEN value IS 55 (21.88% from 255) = 22%

 BLUE value IS 102 (40.23% from 255) = 40.8%

R = 37.2%
G = 22%
B = 40.8%

CMYK

 C value IS 0.09

 M value IS 0.46

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#5D3766 (or 0x5D3766) is known color: Honey Flower. HEX triplet: 5D, 37 and 66. RGB value is (93,55,102). Sum of RGB (Red+Green+Blue) = 93+55+102=250 (33% of max value = 765). Red value is 93 (36.72% from 255 or 37.2% from 250); Green value is 55 (21.88% from 255 or 22% from 250); Blue value is 102 (40.23% from 255 or 40.8% from 250); Max value from RGB is 102 - color contains mainly: blue. Hex color #5D3766 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5D3766 is #A2C899. Grayscale: #474747. Windows color (decimal): -10668186 or 6698845. OLE color: 6698845.

HSL color Cylindrical-coordinate representation of color #5D3766: hue angle of 288.51º degrees, saturation: 0.3, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5D3766 is Cyan = 0.09, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 93 55 102 -
CMYK 0.09 0.46 0 0.6
HSL 288.51º 0.3% 0.31% -
HSV(B) 288.51º 0.46% 0.4% -
XYZ 8.28 6.02 13.3 -
YUV 71.72 145.09 143.18 -
System Red Green Blue C M Y K H S L
Decimal 93 55 102 0.09 0.46 0 0.6 288.51 0.3 0.31
Hex 5D 37 66 9 2E 0 3C 121 1E 1F
Octal 135 67 146 11 56 0 74 441 36 37
Binary 1011101 110111 1100110 1001 101110 0 111100 100100001 11110 11111

Color Harmonies of #5D3766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D3766

Black with #5D3766

Text Example


Text Example

White with #5D3766

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,55,102); }

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

background-color css

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

 a { background-color: rgb(93,55,102); }

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

border-color css

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

 span { border-color: rgb(93,55,102); }

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