#513084

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

Shades of Kingfisher Daisy #513084

Tints of Kingfisher Daisy #513084

Color information

#513084 (or 0x513084) is unknown color: approx Kingfisher Daisy. HEX triplet: 51, 30 and 84. RGB value is (81,48,132). Sum of RGB (Red+Green+Blue) = 81+48+132=261 (34% of max value = 765). Red value is 81 (32.03% from 255 or 31.03% from 261); Green value is 48 (19.14% from 255 or 18.39% from 261); Blue value is 132 (51.95% from 255 or 50.57% from 261); Max value from RGB is 132 - color contains mainly: blue. Hex color #513084 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #513084 is #AECF7B. Grayscale: #434343. Windows color (decimal): -11456380 or 8663121. OLE color: 8663121.

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

Color convert

RGB8148132-
CMYK0.390.6400.48
HSL263.57º46.67%35.29%-
HSV(B)263.57º63.64%51.76%-
XYZ8.625.5322.44-
YUV67.44164.43137.67-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 31.03%
GREEN value IS 48 (19.14% from 255) = 18.39%
BLUE value IS 132 (51.95% from 255) = 50.57%
R=31.03%
G=18.39%
B=50.57%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal81481320.390.6400.48263.5746.6735.29
Hex51308427400301082f23
Octal12160204471000604105743
Binary10100011100001000010010011110000000110000100001000101111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #513084; }

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

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

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

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

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

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

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

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