Html Css Color HEX #513966 Honey Flower

📋 copy color: '#513966'

red 81 ◦ green 57 ◦ blue 102

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

Shades of Honey Flower #513966

Tints of Honey Flower #513966

RGB

 RED value IS 81 (32.03% from 255) = 33.75%

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

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

R = 33.75%
G = 23.75%
B = 42.5%

CMYK

 C value IS 0.21

 M value IS 0.44

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#513966 (or 0x513966) is known color: Honey Flower. HEX triplet: 51, 39 and 66. RGB value is (81,57,102). Sum of RGB (Red+Green+Blue) = 81+57+102=240 (31% of max value = 765). Red value is 81 (32.03% from 255 or 33.75% from 240); Green value is 57 (22.66% from 255 or 23.75% from 240); Blue value is 102 (40.23% from 255 or 42.5% from 240); Max value from RGB is 102 - color contains mainly: blue. Hex color #513966 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #513966 is #AEC699. Grayscale: #454545. Windows color (decimal): -11454106 or 6699345. OLE color: 6699345.

HSL color Cylindrical-coordinate representation of color #513966: hue angle of 272º degrees, saturation: 0.28, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #513966 is Cyan = 0.21, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 81 57 102 -
CMYK 0.21 0.44 0 0.6
HSL 272º 0.28% 0.31% -
HSV(B) 272º 0.44% 0.4% -
XYZ 7.25 5.63 13.28 -
YUV 69.31 146.45 136.34 -
System Red Green Blue C M Y K H S L
Decimal 81 57 102 0.21 0.44 0 0.6 272 0.28 0.31
Hex 51 39 66 15 2C 0 3C 110 1C 1F
Octal 121 71 146 25 54 0 74 420 34 37
Binary 1010001 111001 1100110 10101 101100 0 111100 100010000 11100 11111

Color Harmonies of #513966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513966

Black with #513966

Text Example


Text Example

White with #513966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #513966; }

 p { color: rgb(81,57,102); }

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

background-color css

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

 a { background-color: rgb(81,57,102); }

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

border-color css

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

 span { border-color: rgb(81,57,102); }

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