#513467

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

Shades of Honey Flower #513467

Tints of Honey Flower #513467

Color information

#513467 (or 0x513467) is unknown color: approx Honey Flower. HEX triplet: 51, 34 and 67. RGB value is (81,52,103). Sum of RGB (Red+Green+Blue) = 81+52+103=236 (31% of max value = 765). Red value is 81 (32.03% from 255 or 34.32% from 236); Green value is 52 (20.70% from 255 or 22.03% from 236); Blue value is 103 (40.62% from 255 or 43.64% from 236); Max value from RGB is 103 - color contains mainly: blue. Hex color #513467 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #513467 is #AECB98. Grayscale: #424242. Windows color (decimal): -11455385 or 6763601. OLE color: 6763601.

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

Color convert

RGB8152103-
CMYK0.210.5000.60
HSL274.12º32.9%30.39%-
HSV(B)274.12º49.51%40.39%-
XYZ7.075.1813.46-
YUV66.48148.61138.35-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 34.32%
GREEN value IS 52 (20.70% from 255) = 22.03%
BLUE value IS 103 (40.62% from 255) = 43.64%
R=34.32%
G=22.03%
B=43.64%

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
Decimal81521030.210.5000.60274.1232.930.39
Hex513467153203C112211e
Octal1216414725620744224136
Binary1010001110100110011110101110010011110010001001010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #513467; }

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

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

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

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

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

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

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

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