#57297E

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

Shades of Kingfisher Daisy #57297E

Tints of Kingfisher Daisy #57297E

Color information

#57297E (or 0x57297E) is unknown color: approx Kingfisher Daisy. HEX triplet: 57, 29 and 7E. RGB value is (87,41,126). Sum of RGB (Red+Green+Blue) = 87+41+126=254 (33% of max value = 765). Red value is 87 (34.38% from 255 or 34.25% from 254); Green value is 41 (16.41% from 255 or 16.14% from 254); Blue value is 126 (49.61% from 255 or 49.61% from 254); Max value from RGB is 126 - color contains mainly: blue. Hex color #57297E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #57297E is #A8D681. Grayscale: #404040. Windows color (decimal): -11064962 or 8268119. OLE color: 8268119.

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

Color convert

RGB8741126-
CMYK0.310.6700.51
HSL272.47º50.9%32.75%-
HSV(B)272.47º67.46%49.41%-
XYZ8.495.1220.28-
YUV64.44162.74144.09-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 34.25%
GREEN value IS 41 (16.41% from 255) = 16.14%
BLUE value IS 126 (49.61% from 255) = 49.61%
R=34.25%
G=16.14%
B=49.61%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal87411260.310.6700.51272.4750.932.75
Hex57297E1F430331103321
Octal12751176371030634206341
Binary101011110100111111101111110000110110011100010000110011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57297E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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