#512988

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

Shades of Kingfisher Daisy #512988

Tints of Kingfisher Daisy #512988

Color information

#512988 (or 0x512988) is unknown color: approx Kingfisher Daisy. HEX triplet: 51, 29 and 88. RGB value is (81,41,136). Sum of RGB (Red+Green+Blue) = 81+41+136=258 (34% of max value = 765). Red value is 81 (32.03% from 255 or 31.40% from 258); Green value is 41 (16.41% from 255 or 15.89% from 258); Blue value is 136 (53.52% from 255 or 52.71% from 258); Max value from RGB is 136 - color contains mainly: blue. Hex color #512988 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #512988 is #AED677. Grayscale: #3F3F3F. Windows color (decimal): -11458168 or 8923473. OLE color: 8923473.

HSL color Cylindrical-coordinate representation of color #512988: hue angle of 265.26º degrees, saturation: 0.54, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #512988 is Cyan = 0.40, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB8141136-
CMYK0.400.7000.47
HSL265.26º53.67%34.71%-
HSV(B)265.26º69.85%53.33%-
XYZ8.635.1123.82-
YUV63.79168.75140.28-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 31.40%
GREEN value IS 41 (16.41% from 255) = 15.89%
BLUE value IS 136 (53.52% from 255) = 52.71%
R=31.40%
G=15.89%
B=52.71%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal81411360.400.7000.47265.2653.6734.71
Hex512988284602F1093623
Octal12151210501060574116643
Binary10100011010011000100010100010001100101111100001001110110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #512988; }

 p { color: rgb(81,41,136); }

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

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

 a { background-color: rgb(81,41,136); }

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

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

 span { border-color: rgb(81,41,136); }

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