#512680

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

Shades of Kingfisher Daisy #512680

Tints of Kingfisher Daisy #512680

Color information

#512680 (or 0x512680) is unknown color: approx Kingfisher Daisy. HEX triplet: 51, 26 and 80. RGB value is (81,38,128). Sum of RGB (Red+Green+Blue) = 81+38+128=247 (32% of max value = 765). Red value is 81 (32.03% from 255 or 32.79% from 247); Green value is 38 (15.23% from 255 or 15.38% from 247); Blue value is 128 (50.39% from 255 or 51.82% from 247); Max value from RGB is 128 - color contains mainly: blue. Hex color #512680 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #512680 is #AED97F. Grayscale: #3C3C3C. Windows color (decimal): -11458944 or 8398417. OLE color: 8398417.

HSL color Cylindrical-coordinate representation of color #512680: hue angle of 268.67º degrees, saturation: 0.54, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #512680 is Cyan = 0.37, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB8138128-
CMYK0.370.7000.50
HSL268.67º54.22%32.55%-
HSV(B)268.67º70.31%50.2%-
XYZ7.984.6920.91-
YUV61.12165.75142.18-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 32.79%
GREEN value IS 38 (15.23% from 255) = 15.38%
BLUE value IS 128 (50.39% from 255) = 51.82%
R=32.79%
G=15.38%
B=51.82%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal81381280.370.7000.50268.6754.2232.55
Hex512680254603210d3621
Octal12146200451060624156641
Binary10100011001101000000010010110001100110010100001101110110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #512680; }

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

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

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

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

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

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

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

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