#513288

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

Shades of Kingfisher Daisy #513288

Tints of Kingfisher Daisy #513288

Color information

#513288 (or 0x513288) is unknown color: approx Kingfisher Daisy. HEX triplet: 51, 32 and 88. RGB value is (81,50,136). Sum of RGB (Red+Green+Blue) = 81+50+136=267 (35% of max value = 765). Red value is 81 (32.03% from 255 or 30.34% from 267); Green value is 50 (19.92% from 255 or 18.73% from 267); Blue value is 136 (53.52% from 255 or 50.94% from 267); Max value from RGB is 136 - color contains mainly: blue. Hex color #513288 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #513288 is #AECD77. Grayscale: #444444. Windows color (decimal): -11455864 or 8925777. OLE color: 8925777.

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

Color convert

RGB8150136-
CMYK0.400.6300.47
HSL261.63º46.24%36.47%-
HSV(B)261.63º63.24%53.33%-
XYZ8.985.8123.94-
YUV69.07165.77136.51-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 30.34%
GREEN value IS 50 (19.92% from 255) = 18.73%
BLUE value IS 136 (53.52% from 255) = 50.94%
R=30.34%
G=18.73%
B=50.94%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal81501360.400.6300.47261.6346.2436.47
Hex513288283F02F1062e24
Octal1216221050770574065644
Binary1010001110010100010001010001111110101111100000110101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #513288; }

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

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

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

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

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

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

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

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