#512689

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

Shades of Kingfisher Daisy #512689

Tints of Kingfisher Daisy #512689

Color information

#512689 (or 0x512689) is unknown color: approx Kingfisher Daisy. HEX triplet: 51, 26 and 89. RGB value is (81,38,137). Sum of RGB (Red+Green+Blue) = 81+38+137=256 (33% of max value = 765). Red value is 81 (32.03% from 255 or 31.64% from 256); Green value is 38 (15.23% from 255 or 14.84% from 256); Blue value is 137 (53.91% from 255 or 53.52% from 256); Max value from RGB is 137 - color contains mainly: blue. Hex color #512689 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #512689 is #AED976. Grayscale: #3D3D3D. Windows color (decimal): -11458935 or 8988241. OLE color: 8988241.

HSL color Cylindrical-coordinate representation of color #512689: hue angle of 266.06º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #512689 is Cyan = 0.41, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB8138137-
CMYK0.410.7200.46
HSL266.06º56.57%34.31%-
HSV(B)266.06º72.26%53.73%-
XYZ8.64.9424.17-
YUV62.14170.25141.45-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 31.64%
GREEN value IS 38 (15.23% from 255) = 14.84%
BLUE value IS 137 (53.91% from 255) = 53.52%
R=31.64%
G=14.84%
B=53.52%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal81381370.410.7200.46266.0656.5734.31
Hex512689294802E10a3922
Octal12146211511100564127142
Binary10100011001101000100110100110010000101110100001010111001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512689

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #512689; }

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

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

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

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

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

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

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

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