#513479

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

Shades of Kingfisher Daisy #513479

Tints of Kingfisher Daisy #513479

Color information

#513479 (or 0x513479) is unknown color: approx Kingfisher Daisy. HEX triplet: 51, 34 and 79. RGB value is (81,52,121). Sum of RGB (Red+Green+Blue) = 81+52+121=254 (33% of max value = 765). Red value is 81 (32.03% from 255 or 31.89% from 254); Green value is 52 (20.70% from 255 or 20.47% from 254); Blue value is 121 (47.66% from 255 or 47.64% from 254); Max value from RGB is 121 - color contains mainly: blue. Hex color #513479 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #513479 is #AECB86. Grayscale: #444444. Windows color (decimal): -11455367 or 7943249. OLE color: 7943249.

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

Color convert

RGB8152121-
CMYK0.330.5700.53
HSL265.22º39.88%33.92%-
HSV(B)265.22º57.02%47.45%-
XYZ8.075.5918.74-
YUV68.54157.61136.89-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 31.89%
GREEN value IS 52 (20.70% from 255) = 20.47%
BLUE value IS 121 (47.66% from 255) = 47.64%
R=31.89%
G=20.47%
B=47.64%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal81521210.330.5700.53265.2239.8833.92
Hex51347921390351092822
Octal1216417141710654115042
Binary101000111010011110011000011110010110101100001001101000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #513479; }

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

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

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

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

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

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

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

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