#512381

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

Shades of Kingfisher Daisy #512381

Tints of Kingfisher Daisy #512381

Color information

#512381 (or 0x512381) is unknown color: approx Kingfisher Daisy. HEX triplet: 51, 23 and 81. RGB value is (81,35,129). Sum of RGB (Red+Green+Blue) = 81+35+129=245 (32% of max value = 765). Red value is 81 (32.03% from 255 or 33.06% from 245); Green value is 35 (14.06% from 255 or 14.29% from 245); Blue value is 129 (50.78% from 255 or 52.65% from 245); Max value from RGB is 129 - color contains mainly: blue. Hex color #512381 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #512381 is #AEDC7E. Grayscale: #3B3B3B. Windows color (decimal): -11459711 or 8463185. OLE color: 8463185.

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

Color convert

RGB8135129-
CMYK0.370.7300.49
HSL269.36º57.32%32.16%-
HSV(B)269.36º72.87%50.59%-
XYZ7.964.5421.23-
YUV59.47167.24143.36-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 33.06%
GREEN value IS 35 (14.06% from 255) = 14.29%
BLUE value IS 129 (50.78% from 255) = 52.65%
R=33.06%
G=14.29%
B=52.65%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal81351290.370.7300.49269.3657.3232.16
Hex512381254903110d3920
Octal12143201451110614157140
Binary10100011000111000000110010110010010110001100001101111001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512381

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #512381; }

 p { color: rgb(81,35,129); }

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

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

 a { background-color: rgb(81,35,129); }

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

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

 span { border-color: rgb(81,35,129); }

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