#512392

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

Shades of Kingfisher Daisy #512392

Tints of Kingfisher Daisy #512392

Color information

#512392 (or 0x512392) is unknown color: approx Kingfisher Daisy. HEX triplet: 51, 23 and 92. RGB value is (81,35,146). Sum of RGB (Red+Green+Blue) = 81+35+146=262 (34% of max value = 765). Red value is 81 (32.03% from 255 or 30.92% from 262); Green value is 35 (14.06% from 255 or 13.36% from 262); Blue value is 146 (57.42% from 255 or 55.73% from 262); Max value from RGB is 146 - color contains mainly: blue. Hex color #512392 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #512392 is #AEDC6D. Grayscale: #3D3D3D. Windows color (decimal): -11459694 or 9577297. OLE color: 9577297.

HSL color Cylindrical-coordinate representation of color #512392: hue angle of 264.86º degrees, saturation: 0.61, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #512392 is Cyan = 0.45, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB8135146-
CMYK0.450.7600.43
HSL264.86º61.33%35.49%-
HSV(B)264.86º76.03%57.25%-
XYZ9.185.0327.68-
YUV61.41175.74141.97-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 30.92%
GREEN value IS 35 (14.06% from 255) = 13.36%
BLUE value IS 146 (57.42% from 255) = 55.73%
R=30.92%
G=13.36%
B=55.73%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal81351460.450.7600.43264.8661.3335.49
Hex5123922D4C02B1093d23
Octal12143222551140534117543
Binary10100011000111001001010110110011000101011100001001111101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #512392; }

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

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

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

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

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

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

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

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