#512584

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

Shades of Kingfisher Daisy #512584

Tints of Kingfisher Daisy #512584

Color information

#512584 (or 0x512584) is unknown color: approx Kingfisher Daisy. HEX triplet: 51, 25 and 84. RGB value is (81,37,132). Sum of RGB (Red+Green+Blue) = 81+37+132=250 (33% of max value = 765). Red value is 81 (32.03% from 255 or 32.4% from 250); Green value is 37 (14.84% from 255 or 14.8% from 250); Blue value is 132 (51.95% from 255 or 52.8% from 250); Max value from RGB is 132 - color contains mainly: blue. Hex color #512584 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #512584 is #AEDA7B. Grayscale: #3C3C3C. Windows color (decimal): -11459196 or 8660305. OLE color: 8660305.

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

Color convert

RGB8137132-
CMYK0.390.7200.48
HSL267.79º56.21%33.14%-
HSV(B)267.79º71.97%51.76%-
XYZ8.224.7422.31-
YUV60.99168.08142.28-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 32.4%
GREEN value IS 37 (14.84% from 255) = 14.8%
BLUE value IS 132 (51.95% from 255) = 52.8%
R=32.4%
G=14.8%
B=52.8%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal81371320.390.7200.48267.7956.2133.14
Hex512584274803010c3821
Octal12145204471100604147041
Binary10100011001011000010010011110010000110000100001100111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #512584; }

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

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

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

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

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

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

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

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