#572D90

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

Shades of Kingfisher Daisy #572D90

Tints of Kingfisher Daisy #572D90

Color information

#572D90 (or 0x572D90) is unknown color: approx Kingfisher Daisy. HEX triplet: 57, 2D and 90. RGB value is (87,45,144). Sum of RGB (Red+Green+Blue) = 87+45+144=276 (36% of max value = 765). Red value is 87 (34.38% from 255 or 31.52% from 276); Green value is 45 (17.97% from 255 or 16.30% from 276); Blue value is 144 (56.64% from 255 or 52.17% from 276); Max value from RGB is 144 - color contains mainly: blue. Hex color #572D90 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #572D90 is #A8D26F. Grayscale: #444444. Windows color (decimal): -11063920 or 9448791. OLE color: 9448791.

HSL color Cylindrical-coordinate representation of color #572D90: hue angle of 265.45º degrees, saturation: 0.52, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #572D90 is Cyan = 0.40, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB8745144-
CMYK0.400.6900.44
HSL265.45º52.38%37.06%-
HSV(B)265.45º68.75%56.47%-
XYZ9.95.9227.01-
YUV68.84170.41140.95-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 31.52%
GREEN value IS 45 (17.97% from 255) = 16.30%
BLUE value IS 144 (56.64% from 255) = 52.17%
R=31.52%
G=16.30%
B=52.17%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal87451440.400.6900.44265.4552.3837.06
Hex572D90284502C1093425
Octal12755220501050544116445
Binary10101111011011001000010100010001010101100100001001110100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572D90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #572D90; }

 p { color: rgb(87,45,144); }

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

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

 a { background-color: rgb(87,45,144); }

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

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

 span { border-color: rgb(87,45,144); }

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