#57288E

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

Shades of Kingfisher Daisy #57288E

Tints of Kingfisher Daisy #57288E

Color information

#57288E (or 0x57288E) is unknown color: approx Kingfisher Daisy. HEX triplet: 57, 28 and 8E. RGB value is (87,40,142). Sum of RGB (Red+Green+Blue) = 87+40+142=269 (35% of max value = 765). Red value is 87 (34.38% from 255 or 32.34% from 269); Green value is 40 (16.02% from 255 or 14.87% from 269); Blue value is 142 (55.86% from 255 or 52.79% from 269); Max value from RGB is 142 - color contains mainly: blue. Hex color #57288E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #57288E is #A8D771. Grayscale: #414141. Windows color (decimal): -11065202 or 9316439. OLE color: 9316439.

HSL color Cylindrical-coordinate representation of color #57288E: hue angle of 267.65º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #57288E is Cyan = 0.39, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB8740142-
CMYK0.390.7200.44
HSL267.65º56.04%35.69%-
HSV(B)267.65º71.83%55.69%-
XYZ9.575.526.15-
YUV65.68171.07143.21-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 32.34%
GREEN value IS 40 (16.02% from 255) = 14.87%
BLUE value IS 142 (55.86% from 255) = 52.79%
R=32.34%
G=14.87%
B=52.79%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal87401420.390.7200.44267.6556.0435.69
Hex57288E274802C10c3824
Octal12750216471100544147044
Binary10101111010001000111010011110010000101100100001100111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57288E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,40,142); }

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

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

 a { background-color: rgb(87,40,142); }

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

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

 span { border-color: rgb(87,40,142); }

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