#572884

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

Shades of Kingfisher Daisy #572884

Tints of Kingfisher Daisy #572884

Color information

#572884 (or 0x572884) is unknown color: approx Kingfisher Daisy. HEX triplet: 57, 28 and 84. RGB value is (87,40,132). Sum of RGB (Red+Green+Blue) = 87+40+132=259 (34% of max value = 765). Red value is 87 (34.38% from 255 or 33.59% from 259); Green value is 40 (16.02% from 255 or 15.44% from 259); Blue value is 132 (51.95% from 255 or 50.97% from 259); Max value from RGB is 132 - color contains mainly: blue. Hex color #572884 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #572884 is #A8D77B. Grayscale: #404040. Windows color (decimal): -11065212 or 8661079. OLE color: 8661079.

HSL color Cylindrical-coordinate representation of color #572884: hue angle of 270.65º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #572884 is Cyan = 0.34, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB8740132-
CMYK0.340.7000.48
HSL270.65º53.49%33.73%-
HSV(B)270.65º69.7%51.76%-
XYZ8.855.2122.37-
YUV64.54166.07144.02-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 33.59%
GREEN value IS 40 (16.02% from 255) = 15.44%
BLUE value IS 132 (51.95% from 255) = 50.97%
R=33.59%
G=15.44%
B=50.97%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal87401320.340.7000.48270.6553.4933.73
Hex572884224603010f3522
Octal12750204421060604176542
Binary10101111010001000010010001010001100110000100001111110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #572884; }

 p { color: rgb(87,40,132); }

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

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

 a { background-color: rgb(87,40,132); }

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

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

 span { border-color: rgb(87,40,132); }

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