Html Css Color HEX #513166 Honey Flower

📋 copy color: '#513166'

red 81 ◦ green 49 ◦ blue 102

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

Shades of Honey Flower #513166

Tints of Honey Flower #513166

RGB

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

 GREEN value IS 49 (19.53% from 255) = 21.12%

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

R = 34.91%
G = 21.12%
B = 43.97%

CMYK

 C value IS 0.21

 M value IS 0.52

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#513166 (or 0x513166) is known color: Honey Flower. HEX triplet: 51, 31 and 66. RGB value is (81,49,102). Sum of RGB (Red+Green+Blue) = 81+49+102=232 (30% of max value = 765). Red value is 81 (32.03% from 255 or 34.91% from 232); Green value is 49 (19.53% from 255 or 21.12% from 232); Blue value is 102 (40.23% from 255 or 43.97% from 232); Max value from RGB is 102 - color contains mainly: blue. Hex color #513166 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #513166 is #AECE99. Grayscale: #404040. Windows color (decimal): -11456154 or 6697297. OLE color: 6697297.

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

Color convert

RGB 81 49 102 -
CMYK 0.21 0.52 0 0.6
HSL 276.23º 0.35% 0.3% -
HSV(B) 276.23º 0.52% 0.4% -
XYZ 6.89 4.91 13.15 -
YUV 64.61 149.1 139.69 -
System Red Green Blue C M Y K H S L
Decimal 81 49 102 0.21 0.52 0 0.6 276.23 0.35 0.3
Hex 51 31 66 15 34 0 3C 114 23 1E
Octal 121 61 146 25 64 0 74 424 43 36
Binary 1010001 110001 1100110 10101 110100 0 111100 100010100 100011 11110

Color Harmonies of #513166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513166

Black with #513166

Text Example


Text Example

White with #513166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #513166; }

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

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

background-color css

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

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

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

border-color css

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

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

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