#513086

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

Shades of Kingfisher Daisy #513086

Tints of Kingfisher Daisy #513086

Color information

#513086 (or 0x513086) is unknown color: approx Kingfisher Daisy. HEX triplet: 51, 30 and 86. RGB value is (81,48,134). Sum of RGB (Red+Green+Blue) = 81+48+134=263 (34% of max value = 765). Red value is 81 (32.03% from 255 or 30.80% from 263); Green value is 48 (19.14% from 255 or 18.25% from 263); Blue value is 134 (52.73% from 255 or 50.95% from 263); Max value from RGB is 134 - color contains mainly: blue. Hex color #513086 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #513086 is #AECF79. Grayscale: #434343. Windows color (decimal): -11456378 or 8794193. OLE color: 8794193.

HSL color Cylindrical-coordinate representation of color #513086: hue angle of 263.02º degrees, saturation: 0.47, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #513086 is Cyan = 0.40, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB8148134-
CMYK0.400.6400.47
HSL263.02º47.25%35.69%-
HSV(B)263.02º64.18%52.55%-
XYZ8.755.5823.17-
YUV67.67165.43137.51-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 30.80%
GREEN value IS 48 (19.14% from 255) = 18.25%
BLUE value IS 134 (52.73% from 255) = 50.95%
R=30.80%
G=18.25%
B=50.95%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal81481340.400.6400.47263.0247.2535.69
Hex513086284002F1072f24
Octal12160206501000574075744
Binary10100011100001000011010100010000000101111100000111101111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513086

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #513086; }

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

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

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

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

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

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

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

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