#512A90

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

Shades of Kingfisher Daisy #512A90

Tints of Kingfisher Daisy #512A90

Color information

#512A90 (or 0x512A90) is unknown color: approx Kingfisher Daisy. HEX triplet: 51, 2A and 90. RGB value is (81,42,144). Sum of RGB (Red+Green+Blue) = 81+42+144=267 (35% of max value = 765). Red value is 81 (32.03% from 255 or 30.34% from 267); Green value is 42 (16.80% from 255 or 15.73% from 267); Blue value is 144 (56.64% from 255 or 53.93% from 267); Max value from RGB is 144 - color contains mainly: blue. Hex color #512A90 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #512A90 is #AED56F. Grayscale: #404040. Windows color (decimal): -11457904 or 9448017. OLE color: 9448017.

HSL color Cylindrical-coordinate representation of color #512A90: hue angle of 262.94º degrees, saturation: 0.55, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #512A90 is Cyan = 0.44, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB8142144-
CMYK0.440.7100.44
HSL262.94º54.84%36.47%-
HSV(B)262.94º70.83%56.47%-
XYZ9.265.4226.94-
YUV65.29172.42139.21-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 30.34%
GREEN value IS 42 (16.80% from 255) = 15.73%
BLUE value IS 144 (56.64% from 255) = 53.93%
R=30.34%
G=15.73%
B=53.93%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal81421440.440.7100.44262.9454.8436.47
Hex512A902C4702C1073724
Octal12152220541070544076744
Binary10100011010101001000010110010001110101100100000111110111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512A90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #512A90; }

 p { color: rgb(81,42,144); }

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

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

 a { background-color: rgb(81,42,144); }

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

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

 span { border-color: rgb(81,42,144); }

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