#57278B

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

Shades of Kingfisher Daisy #57278B

Tints of Kingfisher Daisy #57278B

Color information

#57278B (or 0x57278B) is unknown color: approx Kingfisher Daisy. HEX triplet: 57, 27 and 8B. RGB value is (87,39,139). Sum of RGB (Red+Green+Blue) = 87+39+139=265 (35% of max value = 765). Red value is 87 (34.38% from 255 or 32.83% from 265); Green value is 39 (15.62% from 255 or 14.72% from 265); Blue value is 139 (54.69% from 255 or 52.45% from 265); Max value from RGB is 139 - color contains mainly: blue. Hex color #57278B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #57278B is #A8D874. Grayscale: #404040. Windows color (decimal): -11065461 or 9119575. OLE color: 9119575.

HSL color Cylindrical-coordinate representation of color #57278B: hue angle of 268.8º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #57278B is Cyan = 0.37, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB8739139-
CMYK0.370.7200.45
HSL268.8º56.18%34.9%-
HSV(B)268.8º71.94%54.51%-
XYZ9.325.3424.97-
YUV64.75169.9143.87-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 32.83%
GREEN value IS 39 (15.62% from 255) = 14.72%
BLUE value IS 139 (54.69% from 255) = 52.45%
R=32.83%
G=14.72%
B=52.45%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal87391390.370.7200.45268.856.1834.9
Hex57278B254802D10d3823
Octal12747213451100554157043
Binary10101111001111000101110010110010000101101100001101111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57278B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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