#573586

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

Shades of Kingfisher Daisy #573586

Tints of Kingfisher Daisy #573586

Color information

#573586 (or 0x573586) is unknown color: approx Kingfisher Daisy. HEX triplet: 57, 35 and 86. RGB value is (87,53,134). Sum of RGB (Red+Green+Blue) = 87+53+134=274 (36% of max value = 765). Red value is 87 (34.38% from 255 or 31.75% from 274); Green value is 53 (21.09% from 255 or 19.34% from 274); Blue value is 134 (52.73% from 255 or 48.91% from 274); Max value from RGB is 134 - color contains mainly: blue. Hex color #573586 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #573586 is #A8CA79. Grayscale: #484848. Windows color (decimal): -11061882 or 8795479. OLE color: 8795479.

HSL color Cylindrical-coordinate representation of color #573586: hue angle of 265.19º 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 #573586 is Cyan = 0.35, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB8753134-
CMYK0.350.6000.47
HSL265.19º43.32%36.67%-
HSV(B)265.19º60.45%52.55%-
XYZ9.516.2923.27-
YUV72.4162.76138.41-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 31.75%
GREEN value IS 53 (21.09% from 255) = 19.34%
BLUE value IS 134 (52.73% from 255) = 48.91%
R=31.75%
G=19.34%
B=48.91%

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
Decimal87531340.350.6000.47265.1943.3236.67
Hex573586233C02F1092b25
Octal1276520643740574115345
Binary1010111110101100001101000111111000101111100001001101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #573586

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #573586; }

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

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

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

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

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

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

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

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