#513185

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

Shades of Kingfisher Daisy #513185

Tints of Kingfisher Daisy #513185

Color information

#513185 (or 0x513185) is unknown color: approx Kingfisher Daisy. HEX triplet: 51, 31 and 85. RGB value is (81,49,133). Sum of RGB (Red+Green+Blue) = 81+49+133=263 (34% of max value = 765). Red value is 81 (32.03% from 255 or 30.80% from 263); Green value is 49 (19.53% from 255 or 18.63% from 263); Blue value is 133 (52.34% from 255 or 50.57% from 263); Max value from RGB is 133 - color contains mainly: blue. Hex color #513185 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #513185 is #AECE7A. Grayscale: #434343. Windows color (decimal): -11456123 or 8728913. OLE color: 8728913.

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

Color convert

RGB8149133-
CMYK0.390.6300.48
HSL262.86º46.15%35.69%-
HSV(B)262.86º63.16%52.16%-
XYZ8.735.6422.82-
YUV68.14164.6137.17-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 30.80%
GREEN value IS 49 (19.53% from 255) = 18.63%
BLUE value IS 133 (52.34% from 255) = 50.57%
R=30.80%
G=18.63%
B=50.57%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal81491330.390.6300.48262.8646.1535.69
Hex513185273F0301072e24
Octal1216120547770604075644
Binary1010001110001100001011001111111110110000100000111101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #513185; }

 p { color: rgb(81,49,133); }

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

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

 a { background-color: rgb(81,49,133); }

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

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

 span { border-color: rgb(81,49,133); }

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