#513066

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

Shades of Honey Flower #513066

Tints of Honey Flower #513066

Color information

#513066 (or 0x513066) is unknown color: approx Honey Flower. HEX triplet: 51, 30 and 66. RGB value is (81,48,102). Sum of RGB (Red+Green+Blue) = 81+48+102=231 (30% of max value = 765). Red value is 81 (32.03% from 255 or 35.06% from 231); Green value is 48 (19.14% from 255 or 20.78% from 231); Blue value is 102 (40.23% from 255 or 44.16% from 231); Max value from RGB is 102 - color contains mainly: blue. Hex color #513066 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #513066 is #AECF99. Grayscale: #3F3F3F. Windows color (decimal): -11456410 or 6697041. OLE color: 6697041.

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

Color convert

RGB8148102-
CMYK0.210.5300.6
HSL276.67º36%29.41%-
HSV(B)276.67º52.94%40%-
XYZ6.854.8213.14-
YUV64.02149.43140.11-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 35.06%
GREEN value IS 48 (19.14% from 255) = 20.78%
BLUE value IS 102 (40.23% from 255) = 44.16%
R=35.06%
G=20.78%
B=44.16%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal81481020.210.5300.6276.673629.41
Hex513066153503C115241d
Octal1216014625650744254435
Binary1010001110000110011010101110101011110010001010110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #513066; }

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

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

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

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

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

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

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

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