#57297F

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

Shades of Kingfisher Daisy #57297F

Tints of Kingfisher Daisy #57297F

Color information

#57297F (or 0x57297F) is unknown color: approx Kingfisher Daisy. HEX triplet: 57, 29 and 7F. RGB value is (87,41,127). Sum of RGB (Red+Green+Blue) = 87+41+127=255 (33% of max value = 765). Red value is 87 (34.38% from 255 or 34.12% from 255); Green value is 41 (16.41% from 255 or 16.08% from 255); Blue value is 127 (50% from 255 or 49.80% from 255); Max value from RGB is 127 - color contains mainly: blue. Hex color #57297F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #57297F is #A8D680. Grayscale: #404040. Windows color (decimal): -11064961 or 8333655. OLE color: 8333655.

HSL color Cylindrical-coordinate representation of color #57297F: hue angle of 272.09º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #57297F is Cyan = 0.31, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB8741127-
CMYK0.310.6800.50
HSL272.09º51.19%32.94%-
HSV(B)272.09º67.72%49.8%-
XYZ8.555.1420.62-
YUV64.56163.24144.01-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 34.12%
GREEN value IS 41 (16.41% from 255) = 16.08%
BLUE value IS 127 (50% from 255) = 49.80%
R=34.12%
G=16.08%
B=49.80%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal87411270.310.6800.50272.0951.1932.94
Hex57297F1F440321103321
Octal12751177371040624206341
Binary101011110100111111111111110001000110010100010000110011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57297F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57297F; }

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

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

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

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

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

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

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

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