#512682

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

Shades of Kingfisher Daisy #512682

Tints of Kingfisher Daisy #512682

Color information

#512682 (or 0x512682) is unknown color: approx Kingfisher Daisy. HEX triplet: 51, 26 and 82. RGB value is (81,38,130). Sum of RGB (Red+Green+Blue) = 81+38+130=249 (32% of max value = 765). Red value is 81 (32.03% from 255 or 32.53% from 249); Green value is 38 (15.23% from 255 or 15.26% from 249); Blue value is 130 (51.17% from 255 or 52.21% from 249); Max value from RGB is 130 - color contains mainly: blue. Hex color #512682 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #512682 is #AED97D. Grayscale: #3D3D3D. Windows color (decimal): -11458942 or 8529489. OLE color: 8529489.

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

Color convert

RGB8138130-
CMYK0.380.7100.49
HSL268.04º54.76%32.94%-
HSV(B)268.04º70.77%50.98%-
XYZ8.124.7521.61-
YUV61.34166.75142.02-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 32.53%
GREEN value IS 38 (15.23% from 255) = 15.26%
BLUE value IS 130 (51.17% from 255) = 52.21%
R=32.53%
G=15.26%
B=52.21%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal81381300.380.7100.49268.0454.7632.94
Hex512682264703110c3721
Octal12146202461070614146741
Binary10100011001101000001010011010001110110001100001100110111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #512682; }

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

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

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

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

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

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

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

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