#573986

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

Shades of Kingfisher Daisy #573986

Tints of Kingfisher Daisy #573986

Color information

#573986 (or 0x573986) is unknown color: approx Kingfisher Daisy. HEX triplet: 57, 39 and 86. RGB value is (87,57,134). Sum of RGB (Red+Green+Blue) = 87+57+134=278 (36% of max value = 765). Red value is 87 (34.38% from 255 or 31.29% from 278); Green value is 57 (22.66% from 255 or 20.50% from 278); Blue value is 134 (52.73% from 255 or 48.20% from 278); Max value from RGB is 134 - color contains mainly: blue. Hex color #573986 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #573986 is #A8C679. Grayscale: #4A4A4A. Windows color (decimal): -11060858 or 8796503. OLE color: 8796503.

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

Color convert

RGB8757134-
CMYK0.350.5700.47
HSL263.38º40.31%37.45%-
HSV(B)263.38º57.46%52.55%-
XYZ9.76.6723.33-
YUV74.75161.44136.74-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 31.29%
GREEN value IS 57 (22.66% from 255) = 20.50%
BLUE value IS 134 (52.73% from 255) = 48.20%
R=31.29%
G=20.50%
B=48.20%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal87571340.350.5700.47263.3840.3137.45
Hex573986233902F1072825
Octal1277120643710574075045
Binary1010111111001100001101000111110010101111100000111101000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #573986

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #573986; }

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

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

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

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

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

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

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

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