#572985

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

Shades of Kingfisher Daisy #572985

Tints of Kingfisher Daisy #572985

Color information

#572985 (or 0x572985) is unknown color: approx Kingfisher Daisy. HEX triplet: 57, 29 and 85. RGB value is (87,41,133). Sum of RGB (Red+Green+Blue) = 87+41+133=261 (34% of max value = 765). Red value is 87 (34.38% from 255 or 33.33% from 261); Green value is 41 (16.41% from 255 or 15.71% from 261); Blue value is 133 (52.34% from 255 or 50.96% from 261); Max value from RGB is 133 - color contains mainly: blue. Hex color #572985 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #572985 is #A8D67A. Grayscale: #404040. Windows color (decimal): -11064955 or 8726871. OLE color: 8726871.

HSL color Cylindrical-coordinate representation of color #572985: hue angle of 270º 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 #572985 is Cyan = 0.35, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB8741133-
CMYK0.350.6900.48
HSL270º52.87%34.12%-
HSV(B)270º69.17%52.16%-
XYZ8.965.3122.74-
YUV65.24166.24143.52-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 33.33%
GREEN value IS 41 (16.41% from 255) = 15.71%
BLUE value IS 133 (52.34% from 255) = 50.96%
R=33.33%
G=15.71%
B=50.96%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal87411330.350.6900.4827052.8734.12
Hex572985234503010e3522
Octal12751205431050604166542
Binary10101111010011000010110001110001010110000100001110110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #572985; }

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

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

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

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

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

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

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

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