#512483

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

Shades of Kingfisher Daisy #512483

Tints of Kingfisher Daisy #512483

Color information

#512483 (or 0x512483) is unknown color: approx Kingfisher Daisy. HEX triplet: 51, 24 and 83. RGB value is (81,36,131). Sum of RGB (Red+Green+Blue) = 81+36+131=248 (32% of max value = 765). Red value is 81 (32.03% from 255 or 32.66% from 248); Green value is 36 (14.45% from 255 or 14.52% from 248); Blue value is 131 (51.56% from 255 or 52.82% from 248); Max value from RGB is 131 - color contains mainly: blue. Hex color #512483 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #512483 is #AEDB7C. Grayscale: #3B3B3B. Windows color (decimal): -11459453 or 8594513. OLE color: 8594513.

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

Color convert

RGB8136131-
CMYK0.380.7300.49
HSL268.42º56.89%32.75%-
HSV(B)268.42º72.52%51.37%-
XYZ8.124.6521.94-
YUV60.28167.91142.78-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 32.66%
GREEN value IS 36 (14.45% from 255) = 14.52%
BLUE value IS 131 (51.56% from 255) = 52.82%
R=32.66%
G=14.52%
B=52.82%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal81361310.380.7300.49268.4256.8932.75
Hex512483264903110c3921
Octal12144203461110614147141
Binary10100011001001000001110011010010010110001100001100111001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512483

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #512483; }

 p { color: rgb(81,36,131); }

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

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

 a { background-color: rgb(81,36,131); }

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

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

 span { border-color: rgb(81,36,131); }

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