#51415D

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

Shades of Honey Flower #51415D

Tints of Honey Flower #51415D

Color information

#51415D (or 0x51415D) is unknown color: approx Honey Flower. HEX triplet: 51, 41 and 5D. RGB value is (81,65,93). Sum of RGB (Red+Green+Blue) = 81+65+93=239 (31% of max value = 765). Red value is 81 (32.03% from 255 or 33.89% from 239); Green value is 65 (25.78% from 255 or 27.20% from 239); Blue value is 93 (36.72% from 255 or 38.91% from 239); Max value from RGB is 93 - color contains mainly: blue. Hex color #51415D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #51415D is #AEBEA2. Grayscale: #484848. Windows color (decimal): -11452067 or 6111569. OLE color: 6111569.

HSL color Cylindrical-coordinate representation of color #51415D: hue angle of 274.29º degrees, saturation: 0.18, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #51415D is Cyan = 0.13, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB816593-
CMYK0.130.3000.64
HSL274.29º17.72%30.98%-
HSV(B)274.29º30.11%36.47%-
XYZ7.266.3211.19-
YUV72.98139.3133.72-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 33.89%
GREEN value IS 65 (25.78% from 255) = 27.20%
BLUE value IS 93 (36.72% from 255) = 38.91%
R=33.89%
G=27.20%
B=38.91%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8165930.130.3000.64274.2917.7230.98
Hex51415DD1E040112121f
Octal121101135153601004222237
Binary101000110000011011101110111110010000001000100101001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51415D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51415D; }

 p { color: rgb(81,65,93); }

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

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

 a { background-color: rgb(81,65,93); }

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

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

 span { border-color: rgb(81,65,93); }

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