#513379

Color #513379 Kingfisher Daisy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kingfisher Daisy #513379

Tints of Kingfisher Daisy #513379

Color information

#513379 (or 0x513379) is unknown color: approx Kingfisher Daisy. HEX triplet: 51, 33 and 79. RGB value is (81,51,121). Sum of RGB (Red+Green+Blue) = 81+51+121=253 (33% of max value = 765). Red value is 81 (32.03% from 255 or 32.02% from 253); Green value is 51 (20.31% from 255 or 20.16% from 253); Blue value is 121 (47.66% from 255 or 47.83% from 253); Max value from RGB is 121 - color contains mainly: blue. Hex color #513379 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #513379 is #AECC86. Grayscale: #434343. Windows color (decimal): -11455623 or 7942993. OLE color: 7942993.

HSL color Cylindrical-coordinate representation of color #513379: hue angle of 265.71º degrees, saturation: 0.41, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #513379 is Cyan = 0.33, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB8151121-
CMYK0.330.5800.53
HSL265.71º40.7%33.73%-
HSV(B)265.71º57.85%47.45%-
XYZ8.035.518.73-
YUV67.95157.94137.31-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 32.02%
GREEN value IS 51 (20.31% from 255) = 20.16%
BLUE value IS 121 (47.66% from 255) = 47.83%
R=32.02%
G=20.16%
B=47.83%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal81511210.330.5800.53265.7140.733.73
Hex513379213A03510a2922
Octal1216317141720654125142
Binary101000111001111110011000011110100110101100001010101001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #513379; }

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

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

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

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

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

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

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

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