#573686

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

Shades of Kingfisher Daisy #573686

Tints of Kingfisher Daisy #573686

Color information

#573686 (or 0x573686) is unknown color: approx Kingfisher Daisy. HEX triplet: 57, 36 and 86. RGB value is (87,54,134). Sum of RGB (Red+Green+Blue) = 87+54+134=275 (36% of max value = 765). Red value is 87 (34.38% from 255 or 31.64% from 275); Green value is 54 (21.48% from 255 or 19.64% from 275); Blue value is 134 (52.73% from 255 or 48.73% from 275); Max value from RGB is 134 - color contains mainly: blue. Hex color #573686 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #573686 is #A8C979. Grayscale: #484848. Windows color (decimal): -11061626 or 8795735. OLE color: 8795735.

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

Color convert

RGB8754134-
CMYK0.350.6000.47
HSL264.75º42.55%36.86%-
HSV(B)264.75º59.7%52.55%-
XYZ9.556.3923.28-
YUV72.99162.43138-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 31.64%
GREEN value IS 54 (21.48% from 255) = 19.64%
BLUE value IS 134 (52.73% from 255) = 48.73%
R=31.64%
G=19.64%
B=48.73%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal87541340.350.6000.47264.7542.5536.86
Hex573686233C02F1092b25
Octal1276620643740574115345
Binary1010111110110100001101000111111000101111100001001101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #573686

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #573686; }

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

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

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

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

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

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

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

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