#572E7C

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

Shades of Kingfisher Daisy #572E7C

Tints of Kingfisher Daisy #572E7C

Color information

#572E7C (or 0x572E7C) is unknown color: approx Kingfisher Daisy. HEX triplet: 57, 2E and 7C. RGB value is (87,46,124). Sum of RGB (Red+Green+Blue) = 87+46+124=257 (34% of max value = 765). Red value is 87 (34.38% from 255 or 33.85% from 257); Green value is 46 (18.36% from 255 or 17.90% from 257); Blue value is 124 (48.83% from 255 or 48.25% from 257); Max value from RGB is 124 - color contains mainly: blue. Hex color #572E7C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #572E7C is #A8D183. Grayscale: #424242. Windows color (decimal): -11063684 or 8138327. OLE color: 8138327.

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

Color convert

RGB8746124-
CMYK0.300.6300.51
HSL271.54º45.88%33.33%-
HSV(B)271.54º62.9%48.63%-
XYZ8.555.4419.67-
YUV67.15160.08142.16-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 33.85%
GREEN value IS 46 (18.36% from 255) = 17.90%
BLUE value IS 124 (48.83% from 255) = 48.25%
R=33.85%
G=17.90%
B=48.25%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal87461240.300.6300.51271.5445.8833.33
Hex572E7C1E3F0331102e21
Octal1275617436770634205641
Binary10101111011101111100111101111110110011100010000101110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572E7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,46,124); }

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

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

 a { background-color: rgb(87,46,124); }

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

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

 span { border-color: rgb(87,46,124); }

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