#513982

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

Shades of Kingfisher Daisy #513982

Tints of Kingfisher Daisy #513982

Color information

#513982 (or 0x513982) is unknown color: approx Kingfisher Daisy. HEX triplet: 51, 39 and 82. RGB value is (81,57,130). Sum of RGB (Red+Green+Blue) = 81+57+130=268 (35% of max value = 765). Red value is 81 (32.03% from 255 or 30.22% from 268); Green value is 57 (22.66% from 255 or 21.27% from 268); Blue value is 130 (51.17% from 255 or 48.51% from 268); Max value from RGB is 130 - color contains mainly: blue. Hex color #513982 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #513982 is #AEC67D. Grayscale: #484848. Windows color (decimal): -11454078 or 8534353. OLE color: 8534353.

HSL color Cylindrical-coordinate representation of color #513982: hue angle of 259.73º degrees, saturation: 0.39, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #513982 is Cyan = 0.38, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB8157130-
CMYK0.380.5600.49
HSL259.73º39.04%36.67%-
HSV(B)259.73º56.15%50.98%-
XYZ8.896.2921.86-
YUV72.5160.45134.06-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 30.22%
GREEN value IS 57 (22.66% from 255) = 21.27%
BLUE value IS 130 (51.17% from 255) = 48.51%
R=30.22%
G=21.27%
B=48.51%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal81571300.380.5600.49259.7339.0436.67
Hex51398226380311042725
Octal1217120246700614044745
Binary1010001111001100000101001101110000110001100000100100111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #513982; }

 p { color: rgb(81,57,130); }

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

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

 a { background-color: rgb(81,57,130); }

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

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

 span { border-color: rgb(81,57,130); }

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