#513388

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

Shades of Kingfisher Daisy #513388

Tints of Kingfisher Daisy #513388

Color information

#513388 (or 0x513388) is unknown color: approx Kingfisher Daisy. HEX triplet: 51, 33 and 88. RGB value is (81,51,136). Sum of RGB (Red+Green+Blue) = 81+51+136=268 (35% of max value = 765). Red value is 81 (32.03% from 255 or 30.22% from 268); Green value is 51 (20.31% from 255 or 19.03% from 268); Blue value is 136 (53.52% from 255 or 50.75% from 268); Max value from RGB is 136 - color contains mainly: blue. Hex color #513388 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #513388 is #AECC77. Grayscale: #454545. Windows color (decimal): -11455608 or 8926033. OLE color: 8926033.

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

Color convert

RGB8151136-
CMYK0.400.6200.47
HSL261.18º45.45%36.67%-
HSV(B)261.18º62.5%53.33%-
XYZ9.025.8923.95-
YUV69.66165.44136.09-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 30.22%
GREEN value IS 51 (20.31% from 255) = 19.03%
BLUE value IS 136 (53.52% from 255) = 50.75%
R=30.22%
G=19.03%
B=50.75%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal81511360.400.6200.47261.1845.4536.67
Hex513388283E02F1052d25
Octal1216321050760574055545
Binary1010001110011100010001010001111100101111100000101101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #513388; }

 p { color: rgb(81,51,136); }

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

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

 a { background-color: rgb(81,51,136); }

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

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

 span { border-color: rgb(81,51,136); }

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