#512292

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

Shades of Kingfisher Daisy #512292

Tints of Kingfisher Daisy #512292

Color information

#512292 (or 0x512292) is unknown color: approx Kingfisher Daisy. HEX triplet: 51, 22 and 92. RGB value is (81,34,146). Sum of RGB (Red+Green+Blue) = 81+34+146=261 (34% of max value = 765). Red value is 81 (32.03% from 255 or 31.03% from 261); Green value is 34 (13.67% from 255 or 13.03% from 261); Blue value is 146 (57.42% from 255 or 55.94% from 261); Max value from RGB is 146 - color contains mainly: blue. Hex color #512292 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #512292 is #AEDD6D. Grayscale: #3C3C3C. Windows color (decimal): -11459950 or 9577041. OLE color: 9577041.

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

Color convert

RGB8134146-
CMYK0.450.7700.43
HSL265.18º62.22%35.29%-
HSV(B)265.18º76.71%57.25%-
XYZ9.154.9727.67-
YUV60.82176.07142.39-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 31.03%
GREEN value IS 34 (13.67% from 255) = 13.03%
BLUE value IS 146 (57.42% from 255) = 55.94%
R=31.03%
G=13.03%
B=55.94%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal81341460.450.7700.43265.1862.2235.29
Hex5122922D4D02B1093e23
Octal12142222551150534117643
Binary10100011000101001001010110110011010101011100001001111110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #512292; }

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

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

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

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

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

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

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

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