#512282

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

Shades of Kingfisher Daisy #512282

Tints of Kingfisher Daisy #512282

Color information

#512282 (or 0x512282) is unknown color: approx Kingfisher Daisy. HEX triplet: 51, 22 and 82. RGB value is (81,34,130). Sum of RGB (Red+Green+Blue) = 81+34+130=245 (32% of max value = 765). Red value is 81 (32.03% from 255 or 33.06% from 245); Green value is 34 (13.67% from 255 or 13.88% from 245); Blue value is 130 (51.17% from 255 or 53.06% from 245); Max value from RGB is 130 - color contains mainly: blue. Hex color #512282 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #512282 is #AEDD7D. Grayscale: #3A3A3A. Windows color (decimal): -11459966 or 8528465. OLE color: 8528465.

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

Color convert

RGB8134130-
CMYK0.380.7400.49
HSL269.38º58.54%32.16%-
HSV(B)269.38º73.85%50.98%-
XYZ7.994.5121.57-
YUV59168.07143.69-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 33.06%
GREEN value IS 34 (13.67% from 255) = 13.88%
BLUE value IS 130 (51.17% from 255) = 53.06%
R=33.06%
G=13.88%
B=53.06%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal81341300.380.7400.49269.3858.5432.16
Hex512282264A03110d3b20
Octal12142202461120614157340
Binary10100011000101000001010011010010100110001100001101111011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #512282; }

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

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

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

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

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

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

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

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