#573981

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

Shades of Kingfisher Daisy #573981

Tints of Kingfisher Daisy #573981

Color information

#573981 (or 0x573981) is unknown color: approx Kingfisher Daisy. HEX triplet: 57, 39 and 81. RGB value is (87,57,129). Sum of RGB (Red+Green+Blue) = 87+57+129=273 (36% of max value = 765). Red value is 87 (34.38% from 255 or 31.87% from 273); Green value is 57 (22.66% from 255 or 20.88% from 273); Blue value is 129 (50.78% from 255 or 47.25% from 273); Max value from RGB is 129 - color contains mainly: blue. Hex color #573981 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #573981 is #A8C67E. Grayscale: #494949. Windows color (decimal): -11060863 or 8468823. OLE color: 8468823.

HSL color Cylindrical-coordinate representation of color #573981: hue angle of 265º degrees, saturation: 0.39, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #573981 is Cyan = 0.33, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB8757129-
CMYK0.330.5600.49
HSL265º38.71%36.47%-
HSV(B)265º55.81%50.59%-
XYZ9.366.5421.54-
YUV74.18158.94137.15-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 31.87%
GREEN value IS 57 (22.66% from 255) = 20.88%
BLUE value IS 129 (50.78% from 255) = 47.25%
R=31.87%
G=20.88%
B=47.25%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal87571290.330.5600.4926538.7136.47
Hex57398121380311092724
Octal1277120141700614114744
Binary1010111111001100000011000011110000110001100001001100111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #573981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #573981; }

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

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

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

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

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

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

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

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