#572C81

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

Shades of Kingfisher Daisy #572C81

Tints of Kingfisher Daisy #572C81

Color information

#572C81 (or 0x572C81) is unknown color: approx Kingfisher Daisy. HEX triplet: 57, 2C and 81. RGB value is (87,44,129). Sum of RGB (Red+Green+Blue) = 87+44+129=260 (34% of max value = 765). Red value is 87 (34.38% from 255 or 33.46% from 260); Green value is 44 (17.58% from 255 or 16.92% from 260); Blue value is 129 (50.78% from 255 or 49.62% from 260); Max value from RGB is 129 - color contains mainly: blue. Hex color #572C81 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #572C81 is #A8D37E. Grayscale: #424242. Windows color (decimal): -11064191 or 8465495. OLE color: 8465495.

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

Color convert

RGB8744129-
CMYK0.330.6600.49
HSL270.35º49.13%33.92%-
HSV(B)270.35º65.89%50.59%-
XYZ8.795.4121.35-
YUV66.55163.25142.59-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 33.46%
GREEN value IS 44 (17.58% from 255) = 16.92%
BLUE value IS 129 (50.78% from 255) = 49.62%
R=33.46%
G=16.92%
B=49.62%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal87441290.330.6600.49270.3549.1333.92
Hex572C81214203110e3122
Octal12754201411020614166142
Binary10101111011001000000110000110000100110001100001110110001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572C81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,44,129); }

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

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

 a { background-color: rgb(87,44,129); }

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

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

 span { border-color: rgb(87,44,129); }

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