#57278F

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

Shades of Kingfisher Daisy #57278F

Tints of Kingfisher Daisy #57278F

Color information

#57278F (or 0x57278F) is unknown color: approx Kingfisher Daisy. HEX triplet: 57, 27 and 8F. RGB value is (87,39,143). Sum of RGB (Red+Green+Blue) = 87+39+143=269 (35% of max value = 765). Red value is 87 (34.38% from 255 or 32.34% from 269); Green value is 39 (15.62% from 255 or 14.50% from 269); Blue value is 143 (56.25% from 255 or 53.16% from 269); Max value from RGB is 143 - color contains mainly: blue. Hex color #57278F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #57278F is #A8D870. Grayscale: #404040. Windows color (decimal): -11065457 or 9381719. OLE color: 9381719.

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

Color convert

RGB8739143-
CMYK0.390.7300.44
HSL267.69º57.14%35.69%-
HSV(B)267.69º72.73%56.08%-
XYZ9.615.4626.53-
YUV65.21171.9143.54-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 32.34%
GREEN value IS 39 (15.62% from 255) = 14.50%
BLUE value IS 143 (56.25% from 255) = 53.16%
R=32.34%
G=14.50%
B=53.16%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal87391430.390.7300.44267.6957.1435.69
Hex57278F274902C10c3924
Octal12747217471110544147144
Binary10101111001111000111110011110010010101100100001100111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57278F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,39,143); }

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

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

 a { background-color: rgb(87,39,143); }

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

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

 span { border-color: rgb(87,39,143); }

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