#572882

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

Shades of Kingfisher Daisy #572882

Tints of Kingfisher Daisy #572882

Color information

#572882 (or 0x572882) is unknown color: approx Kingfisher Daisy. HEX triplet: 57, 28 and 82. RGB value is (87,40,130). Sum of RGB (Red+Green+Blue) = 87+40+130=257 (34% of max value = 765). Red value is 87 (34.38% from 255 or 33.85% from 257); Green value is 40 (16.02% from 255 or 15.56% from 257); Blue value is 130 (51.17% from 255 or 50.58% from 257); Max value from RGB is 130 - color contains mainly: blue. Hex color #572882 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #572882 is #A8D77D. Grayscale: #404040. Windows color (decimal): -11065214 or 8530007. OLE color: 8530007.

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

Color convert

RGB8740130-
CMYK0.330.6900.49
HSL271.33º52.94%33.33%-
HSV(B)271.33º69.23%50.98%-
XYZ8.725.1621.65-
YUV64.31165.07144.18-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 33.85%
GREEN value IS 40 (16.02% from 255) = 15.56%
BLUE value IS 130 (51.17% from 255) = 50.58%
R=33.85%
G=15.56%
B=50.58%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal87401300.330.6900.49271.3352.9433.33
Hex572882214503110f3521
Octal12750202411050614176541
Binary10101111010001000001010000110001010110001100001111110101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #572882; }

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

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

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

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

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

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

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

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