#512284

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

Shades of Kingfisher Daisy #512284

Tints of Kingfisher Daisy #512284

Color information

#512284 (or 0x512284) is unknown color: approx Kingfisher Daisy. HEX triplet: 51, 22 and 84. RGB value is (81,34,132). Sum of RGB (Red+Green+Blue) = 81+34+132=247 (32% of max value = 765). Red value is 81 (32.03% from 255 or 32.79% from 247); Green value is 34 (13.67% from 255 or 13.77% from 247); Blue value is 132 (51.95% from 255 or 53.44% from 247); Max value from RGB is 132 - color contains mainly: blue. Hex color #512284 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #512284 is #AEDD7B. Grayscale: #3A3A3A. Windows color (decimal): -11459964 or 8659537. OLE color: 8659537.

HSL color Cylindrical-coordinate representation of color #512284: hue angle of 268.78º degrees, saturation: 0.59, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #512284 is Cyan = 0.39, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB8134132-
CMYK0.390.7400.48
HSL268.78º59.04%32.55%-
HSV(B)268.78º74.24%51.76%-
XYZ8.134.5622.28-
YUV59.22169.07143.53-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 32.79%
GREEN value IS 34 (13.67% from 255) = 13.77%
BLUE value IS 132 (51.95% from 255) = 53.44%
R=32.79%
G=13.77%
B=53.44%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal81341320.390.7400.48268.7859.0432.55
Hex512284274A03010d3b21
Octal12142204471120604157341
Binary10100011000101000010010011110010100110000100001101111011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #512284; }

 p { color: rgb(81,34,132); }

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

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

 a { background-color: rgb(81,34,132); }

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

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

 span { border-color: rgb(81,34,132); }

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