#57298A

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

Shades of Kingfisher Daisy #57298A

Tints of Kingfisher Daisy #57298A

Color information

#57298A (or 0x57298A) is unknown color: approx Kingfisher Daisy. HEX triplet: 57, 29 and 8A. RGB value is (87,41,138). Sum of RGB (Red+Green+Blue) = 87+41+138=266 (35% of max value = 765). Red value is 87 (34.38% from 255 or 32.71% from 266); Green value is 41 (16.41% from 255 or 15.41% from 266); Blue value is 138 (54.30% from 255 or 51.88% from 266); Max value from RGB is 138 - color contains mainly: blue. Hex color #57298A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #57298A is #A8D675. Grayscale: #414141. Windows color (decimal): -11064950 or 9054551. OLE color: 9054551.

HSL color Cylindrical-coordinate representation of color #57298A: hue angle of 268.45º degrees, saturation: 0.54, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #57298A is Cyan = 0.37, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB8741138-
CMYK0.370.7000.46
HSL268.45º54.19%35.1%-
HSV(B)268.45º70.29%54.12%-
XYZ9.315.4524.61-
YUV65.81168.74143.11-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 32.71%
GREEN value IS 41 (16.41% from 255) = 15.41%
BLUE value IS 138 (54.30% from 255) = 51.88%
R=32.71%
G=15.41%
B=51.88%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal87411380.370.7000.46268.4554.1935.1
Hex57298A254602E10c3623
Octal12751212451060564146643
Binary10101111010011000101010010110001100101110100001100110110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57298A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57298A; }

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

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

<style>
 a { background-color: #57298A; }

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

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

<style>
 span { border-color: #57298A; }

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

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