#513067

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

Shades of Honey Flower #513067

Tints of Honey Flower #513067

Color information

#513067 (or 0x513067) is unknown color: approx Honey Flower. HEX triplet: 51, 30 and 67. RGB value is (81,48,103). Sum of RGB (Red+Green+Blue) = 81+48+103=232 (30% of max value = 765). Red value is 81 (32.03% from 255 or 34.91% from 232); Green value is 48 (19.14% from 255 or 20.69% from 232); Blue value is 103 (40.62% from 255 or 44.40% from 232); Max value from RGB is 103 - color contains mainly: blue. Hex color #513067 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #513067 is #AECF98. Grayscale: #3F3F3F. Windows color (decimal): -11456409 or 6762577. OLE color: 6762577.

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

Color convert

RGB8148103-
CMYK0.210.5300.60
HSL276º36.42%29.61%-
HSV(B)276º53.4%40.39%-
XYZ6.94.8413.4-
YUV64.14149.93140.03-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 34.91%
GREEN value IS 48 (19.14% from 255) = 20.69%
BLUE value IS 103 (40.62% from 255) = 44.40%
R=34.91%
G=20.69%
B=44.40%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal81481030.210.5300.6027636.4229.61
Hex513067153503C114241e
Octal1216014725650744244436
Binary1010001110000110011110101110101011110010001010010010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513067

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #513067; }

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

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

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

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

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

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

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

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