#572986

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

Shades of Kingfisher Daisy #572986

Tints of Kingfisher Daisy #572986

Color information

#572986 (or 0x572986) is unknown color: approx Kingfisher Daisy. HEX triplet: 57, 29 and 86. RGB value is (87,41,134). Sum of RGB (Red+Green+Blue) = 87+41+134=262 (34% of max value = 765). Red value is 87 (34.38% from 255 or 33.21% from 262); Green value is 41 (16.41% from 255 or 15.65% from 262); Blue value is 134 (52.73% from 255 or 51.15% from 262); Max value from RGB is 134 - color contains mainly: blue. Hex color #572986 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #572986 is #A8D679. Grayscale: #414141. Windows color (decimal): -11064954 or 8792407. OLE color: 8792407.

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

Color convert

RGB8741134-
CMYK0.350.6900.47
HSL269.68º53.14%34.31%-
HSV(B)269.68º69.4%52.55%-
XYZ9.035.3323.11-
YUV65.36166.74143.44-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 33.21%
GREEN value IS 41 (16.41% from 255) = 15.65%
BLUE value IS 134 (52.73% from 255) = 51.15%
R=33.21%
G=15.65%
B=51.15%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal87411340.350.6900.47269.6853.1434.31
Hex572986234502F10e3522
Octal12751206431050574166542
Binary10101111010011000011010001110001010101111100001110110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572986

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #572986; }

 p { color: rgb(87,41,134); }

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

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

 a { background-color: rgb(87,41,134); }

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

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

 span { border-color: rgb(87,41,134); }

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