#57228C

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

Shades of Kingfisher Daisy #57228C

Tints of Kingfisher Daisy #57228C

Color information

#57228C (or 0x57228C) is unknown color: approx Kingfisher Daisy. HEX triplet: 57, 22 and 8C. RGB value is (87,34,140). Sum of RGB (Red+Green+Blue) = 87+34+140=261 (34% of max value = 765). Red value is 87 (34.38% from 255 or 33.33% from 261); Green value is 34 (13.67% from 255 or 13.03% from 261); Blue value is 140 (55.08% from 255 or 53.64% from 261); Max value from RGB is 140 - color contains mainly: blue. Hex color #57228C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #57228C is #A8DD73. Grayscale: #3D3D3D. Windows color (decimal): -11066740 or 9183831. OLE color: 9183831.

HSL color Cylindrical-coordinate representation of color #57228C: hue angle of 270º degrees, saturation: 0.61, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #57228C is Cyan = 0.38, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB8734140-
CMYK0.380.7600.45
HSL270º60.92%34.12%-
HSV(B)270º75.71%54.9%-
XYZ9.245.0625.3-
YUV61.93172.06145.88-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 33.33%
GREEN value IS 34 (13.67% from 255) = 13.03%
BLUE value IS 140 (55.08% from 255) = 53.64%
R=33.33%
G=13.03%
B=53.64%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal87341400.380.7600.4527060.9234.12
Hex57228C264C02D10e3d22
Octal12742214461140554167542
Binary10101111000101000110010011010011000101101100001110111101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57228C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57228C; }

 p { color: rgb(87,34,140); }

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

<style>
 a { background-color: #57228C; }

 a { background-color: rgb(87,34,140); }

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

<style>
 span { border-color: #57228C; }

 span { border-color: rgb(87,34,140); }

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