#572E7D

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

Shades of Kingfisher Daisy #572E7D

Tints of Kingfisher Daisy #572E7D

Color information

#572E7D (or 0x572E7D) is unknown color: approx Kingfisher Daisy. HEX triplet: 57, 2E and 7D. RGB value is (87,46,125). Sum of RGB (Red+Green+Blue) = 87+46+125=258 (34% of max value = 765). Red value is 87 (34.38% from 255 or 33.72% from 258); Green value is 46 (18.36% from 255 or 17.83% from 258); Blue value is 125 (49.22% from 255 or 48.45% from 258); Max value from RGB is 125 - color contains mainly: blue. Hex color #572E7D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #572E7D is #A8D182. Grayscale: #424242. Windows color (decimal): -11063683 or 8203863. OLE color: 8203863.

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

Color convert

RGB8746125-
CMYK0.300.6300.51
HSL271.14º46.2%33.53%-
HSV(B)271.14º63.2%49.02%-
XYZ8.615.4620-
YUV67.26160.58142.08-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 33.72%
GREEN value IS 46 (18.36% from 255) = 17.83%
BLUE value IS 125 (49.22% from 255) = 48.45%
R=33.72%
G=17.83%
B=48.45%

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
Decimal87461250.300.6300.51271.1446.233.53
Hex572E7D1E3F03310f2e22
Octal1275617536770634175642
Binary10101111011101111101111101111110110011100001111101110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572E7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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