#514060

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

Shades of Honey Flower #514060

Tints of Honey Flower #514060

Color information

#514060 (or 0x514060) is unknown color: approx Honey Flower. HEX triplet: 51, 40 and 60. RGB value is (81,64,96). Sum of RGB (Red+Green+Blue) = 81+64+96=241 (31% of max value = 765). Red value is 81 (32.03% from 255 or 33.61% from 241); Green value is 64 (25.39% from 255 or 26.56% from 241); Blue value is 96 (37.89% from 255 or 39.83% from 241); Max value from RGB is 96 - color contains mainly: blue. Hex color #514060 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #514060 is #AEBF9F. Grayscale: #484848. Windows color (decimal): -11452320 or 6307921. OLE color: 6307921.

HSL color Cylindrical-coordinate representation of color #514060: hue angle of 271.88º degrees, saturation: 0.2, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #514060 is Cyan = 0.16, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB816496-
CMYK0.160.3300.62
HSL271.88º20%31.37%-
HSV(B)271.88º33.33%37.65%-
XYZ7.346.2611.89-
YUV72.73141.13133.9-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 33.61%
GREEN value IS 64 (25.39% from 255) = 26.56%
BLUE value IS 96 (37.89% from 255) = 39.83%
R=33.61%
G=26.56%
B=39.83%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8164960.160.3300.62271.882031.37
Hex514060102103E110141f
Octal12110014020410764202437
Binary1010001100000011000001000010000101111101000100001010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514060; }

 p { color: rgb(81,64,96); }

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

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

 a { background-color: rgb(81,64,96); }

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

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

 span { border-color: rgb(81,64,96); }

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