#513284

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

Shades of Kingfisher Daisy #513284

Tints of Kingfisher Daisy #513284

Color information

#513284 (or 0x513284) is unknown color: approx Kingfisher Daisy. HEX triplet: 51, 32 and 84. RGB value is (81,50,132). Sum of RGB (Red+Green+Blue) = 81+50+132=263 (34% of max value = 765). Red value is 81 (32.03% from 255 or 30.80% from 263); Green value is 50 (19.92% from 255 or 19.01% from 263); Blue value is 132 (51.95% from 255 or 50.19% from 263); Max value from RGB is 132 - color contains mainly: blue. Hex color #513284 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #513284 is #AECD7B. Grayscale: #444444. Windows color (decimal): -11455868 or 8663633. OLE color: 8663633.

HSL color Cylindrical-coordinate representation of color #513284: hue angle of 262.68º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #513284 is Cyan = 0.39, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB8150132-
CMYK0.390.6200.48
HSL262.68º45.05%35.69%-
HSV(B)262.68º62.12%51.76%-
XYZ8.75.722.47-
YUV68.62163.77136.83-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 30.80%
GREEN value IS 50 (19.92% from 255) = 19.01%
BLUE value IS 132 (51.95% from 255) = 50.19%
R=30.80%
G=19.01%
B=50.19%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal81501320.390.6200.48262.6845.0535.69
Hex513284273E0301072d24
Octal1216220447760604075544
Binary1010001110010100001001001111111100110000100000111101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #513284; }

 p { color: rgb(81,50,132); }

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

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

 a { background-color: rgb(81,50,132); }

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

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

 span { border-color: rgb(81,50,132); }

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