#512296

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

Shades of Kingfisher Daisy #512296

Tints of Kingfisher Daisy #512296

Color information

#512296 (or 0x512296) is unknown color: approx Kingfisher Daisy. HEX triplet: 51, 22 and 96. RGB value is (81,34,150). Sum of RGB (Red+Green+Blue) = 81+34+150=265 (35% of max value = 765). Red value is 81 (32.03% from 255 or 30.57% from 265); Green value is 34 (13.67% from 255 or 12.83% from 265); Blue value is 150 (58.98% from 255 or 56.60% from 265); Max value from RGB is 150 - color contains mainly: blue. Hex color #512296 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #512296 is #AEDD69. Grayscale: #3C3C3C. Windows color (decimal): -11459946 or 9839185. OLE color: 9839185.

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

Color convert

RGB8134150-
CMYK0.460.7700.41
HSL264.31º63.04%36.08%-
HSV(B)264.31º77.33%58.82%-
XYZ9.475.129.34-
YUV61.28178.07142.07-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 30.57%
GREEN value IS 34 (13.67% from 255) = 12.83%
BLUE value IS 150 (58.98% from 255) = 56.60%
R=30.57%
G=12.83%
B=56.60%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal81341500.460.7700.41264.3163.0436.08
Hex5122962E4D0291083f24
Octal12142226561150514107744
Binary10100011000101001011010111010011010101001100001000111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #512296; }

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

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

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

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

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

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

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

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