#572980

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

Shades of Kingfisher Daisy #572980

Tints of Kingfisher Daisy #572980

Color information

#572980 (or 0x572980) is unknown color: approx Kingfisher Daisy. HEX triplet: 57, 29 and 80. RGB value is (87,41,128). Sum of RGB (Red+Green+Blue) = 87+41+128=256 (33% of max value = 765). Red value is 87 (34.38% from 255 or 33.98% from 256); Green value is 41 (16.41% from 255 or 16.02% from 256); Blue value is 128 (50.39% from 255 or 50% from 256); Max value from RGB is 128 - color contains mainly: blue. Hex color #572980 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #572980 is #A8D67F. Grayscale: #404040. Windows color (decimal): -11064960 or 8399191. OLE color: 8399191.

HSL color Cylindrical-coordinate representation of color #572980: hue angle of 271.72º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #572980 is Cyan = 0.32, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB8741128-
CMYK0.320.6800.50
HSL271.72º51.48%33.14%-
HSV(B)271.72º67.97%50.2%-
XYZ8.625.1720.97-
YUV64.67163.74143.93-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 33.98%
GREEN value IS 41 (16.41% from 255) = 16.02%
BLUE value IS 128 (50.39% from 255) = 50%
R=33.98%
G=16.02%
B=50%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal87411280.320.6800.50271.7251.4833.14
Hex57298020440321103321
Octal12751200401040624206341
Binary10101111010011000000010000010001000110010100010000110011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #572980; }

 p { color: rgb(87,41,128); }

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

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

 a { background-color: rgb(87,41,128); }

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

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

 span { border-color: rgb(87,41,128); }

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