#513367

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

Shades of Honey Flower #513367

Tints of Honey Flower #513367

Color information

#513367 (or 0x513367) is unknown color: approx Honey Flower. HEX triplet: 51, 33 and 67. RGB value is (81,51,103). Sum of RGB (Red+Green+Blue) = 81+51+103=235 (31% of max value = 765). Red value is 81 (32.03% from 255 or 34.47% from 235); Green value is 51 (20.31% from 255 or 21.70% from 235); Blue value is 103 (40.62% from 255 or 43.83% from 235); Max value from RGB is 103 - color contains mainly: blue. Hex color #513367 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #513367 is #AECC98. Grayscale: #414141. Windows color (decimal): -11455641 or 6763345. OLE color: 6763345.

HSL color Cylindrical-coordinate representation of color #513367: hue angle of 274.62º degrees, saturation: 0.34, 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 #513367 is Cyan = 0.21, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB8151103-
CMYK0.210.5000.60
HSL274.62º33.77%30.2%-
HSV(B)274.62º50.49%40.39%-
XYZ7.035.113.45-
YUV65.9148.94138.77-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 34.47%
GREEN value IS 51 (20.31% from 255) = 21.70%
BLUE value IS 103 (40.62% from 255) = 43.83%
R=34.47%
G=21.70%
B=43.83%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal81511030.210.5000.60274.6233.7730.2
Hex513367153203C113221e
Octal1216314725620744234236
Binary1010001110011110011110101110010011110010001001110001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513367

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #513367; }

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

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

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

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

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

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

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

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