#512384

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

Shades of Kingfisher Daisy #512384

Tints of Kingfisher Daisy #512384

Color information

#512384 (or 0x512384) is unknown color: approx Kingfisher Daisy. HEX triplet: 51, 23 and 84. RGB value is (81,35,132). Sum of RGB (Red+Green+Blue) = 81+35+132=248 (32% of max value = 765). Red value is 81 (32.03% from 255 or 32.66% from 248); Green value is 35 (14.06% from 255 or 14.11% from 248); Blue value is 132 (51.95% from 255 or 53.23% from 248); Max value from RGB is 132 - color contains mainly: blue. Hex color #512384 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #512384 is #AEDC7B. Grayscale: #3B3B3B. Windows color (decimal): -11459708 or 8659793. OLE color: 8659793.

HSL color Cylindrical-coordinate representation of color #512384: hue angle of 268.45º degrees, saturation: 0.58, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #512384 is Cyan = 0.39, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB8135132-
CMYK0.390.7300.48
HSL268.45º58.08%32.75%-
HSV(B)268.45º73.48%51.76%-
XYZ8.164.6222.29-
YUV59.81168.74143.11-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 32.66%
GREEN value IS 35 (14.06% from 255) = 14.11%
BLUE value IS 132 (51.95% from 255) = 53.23%
R=32.66%
G=14.11%
B=53.23%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal81351320.390.7300.48268.4558.0832.75
Hex512384274903010c3a21
Octal12143204471110604147241
Binary10100011000111000010010011110010010110000100001100111010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #512384; }

 p { color: rgb(81,35,132); }

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

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

 a { background-color: rgb(81,35,132); }

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

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

 span { border-color: rgb(81,35,132); }

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