#513866

Color #513866 Honey Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Honey Flower #513866

Tints of Honey Flower #513866

Color information

#513866 (or 0x513866) is unknown color: approx Honey Flower. HEX triplet: 51, 38 and 66. RGB value is (81,56,102). Sum of RGB (Red+Green+Blue) = 81+56+102=239 (31% of max value = 765). Red value is 81 (32.03% from 255 or 33.89% from 239); Green value is 56 (22.27% from 255 or 23.43% from 239); Blue value is 102 (40.23% from 255 or 42.68% from 239); Max value from RGB is 102 - color contains mainly: blue. Hex color #513866 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #513866 is #AEC799. Grayscale: #444444. Windows color (decimal): -11454362 or 6699089. OLE color: 6699089.

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

Color convert

RGB8156102-
CMYK0.210.4500.6
HSL272.61º29.11%30.98%-
HSV(B)272.61º45.1%40%-
XYZ7.215.5413.26-
YUV68.72146.78136.76-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 33.89%
GREEN value IS 56 (22.27% from 255) = 23.43%
BLUE value IS 102 (40.23% from 255) = 42.68%
R=33.89%
G=23.43%
B=42.68%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal81561020.210.4500.6272.6129.1130.98
Hex513866152D03C1111d1f
Octal1217014625550744213537
Binary101000111100011001101010110110101111001000100011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #513866; }

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

 H1.HeaderClassName
 {
   color: #513866;
 }
 .AnyTagClassName
 {
   color: #513866;
 }
</style>
background-color css

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

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

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

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

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

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