Html Css Color HEX #513366 Honey Flower

📋 copy color: '#513366'

red 81 ◦ green 51 ◦ blue 102

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

Shades of Honey Flower #513366

Tints of Honey Flower #513366

RGB

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

 GREEN value IS 51 (20.31% from 255) = 21.79%

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

R = 34.62%
G = 21.79%
B = 43.59%

CMYK

 C value IS 0.21

 M value IS 0.5

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#513366 (or 0x513366) is known color: Honey Flower. HEX triplet: 51, 33 and 66. RGB value is (81,51,102). Sum of RGB (Red+Green+Blue) = 81+51+102=234 (30% of max value = 765). Red value is 81 (32.03% from 255 or 34.62% from 234); Green value is 51 (20.31% from 255 or 21.79% from 234); Blue value is 102 (40.23% from 255 or 43.59% from 234); Max value from RGB is 102 - color contains mainly: blue. Hex color #513366 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #513366 is #AECC99. Grayscale: #414141. Windows color (decimal): -11455642 or 6697809. OLE color: 6697809.

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

Color convert

RGB 81 51 102 -
CMYK 0.21 0.5 0 0.6
HSL 275.29º 0.33% 0.3% -
HSV(B) 275.29º 0.5% 0.4% -
XYZ 6.98 5.08 13.18 -
YUV 65.78 148.44 138.85 -
System Red Green Blue C M Y K H S L
Decimal 81 51 102 0.21 0.5 0 0.6 275.29 0.33 0.3
Hex 51 33 66 15 32 0 3C 113 21 1E
Octal 121 63 146 25 62 0 74 423 41 36
Binary 1010001 110011 1100110 10101 110010 0 111100 100010011 100001 11110

Color Harmonies of #513366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513366

Black with #513366

Text Example


Text Example

White with #513366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #513366; }

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

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

background-color css

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

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

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

border-color css

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

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

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