#572984

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

Shades of Kingfisher Daisy #572984

Tints of Kingfisher Daisy #572984

Color information

#572984 (or 0x572984) is unknown color: approx Kingfisher Daisy. HEX triplet: 57, 29 and 84. RGB value is (87,41,132). Sum of RGB (Red+Green+Blue) = 87+41+132=260 (34% of max value = 765). Red value is 87 (34.38% from 255 or 33.46% from 260); Green value is 41 (16.41% from 255 or 15.77% from 260); Blue value is 132 (51.95% from 255 or 50.77% from 260); Max value from RGB is 132 - color contains mainly: blue. Hex color #572984 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #572984 is #A8D67B. Grayscale: #404040. Windows color (decimal): -11064956 or 8661335. OLE color: 8661335.

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

Color convert

RGB8741132-
CMYK0.340.6900.48
HSL270.33º52.6%33.92%-
HSV(B)270.33º68.94%51.76%-
XYZ8.895.2822.38-
YUV65.13165.74143.6-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 33.46%
GREEN value IS 41 (16.41% from 255) = 15.77%
BLUE value IS 132 (51.95% from 255) = 50.77%
R=33.46%
G=15.77%
B=50.77%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal87411320.340.6900.48270.3352.633.92
Hex572984224503010e3522
Octal12751204421050604166542
Binary10101111010011000010010001010001010110000100001110110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #572984; }

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

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

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

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

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

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

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

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