#572778

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

Shades of Kingfisher Daisy #572778

Tints of Kingfisher Daisy #572778

Color information

#572778 (or 0x572778) is unknown color: approx Kingfisher Daisy. HEX triplet: 57, 27 and 78. RGB value is (87,39,120). Sum of RGB (Red+Green+Blue) = 87+39+120=246 (32% of max value = 765). Red value is 87 (34.38% from 255 or 35.37% from 246); Green value is 39 (15.62% from 255 or 15.85% from 246); Blue value is 120 (47.27% from 255 or 48.78% from 246); Max value from RGB is 120 - color contains mainly: blue. Hex color #572778 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #572778 is #A8D887. Grayscale: #3E3E3E. Windows color (decimal): -11065480 or 7874391. OLE color: 7874391.

HSL color Cylindrical-coordinate representation of color #572778: hue angle of 275.56º degrees, saturation: 0.51, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #572778 is Cyan = 0.28, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB8739120-
CMYK0.280.6700.53
HSL275.56º50.94%31.18%-
HSV(B)275.56º67.5%47.06%-
XYZ8.054.8318.28-
YUV62.59160.4145.41-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 35.37%
GREEN value IS 39 (15.62% from 255) = 15.85%
BLUE value IS 120 (47.27% from 255) = 48.78%
R=35.37%
G=15.85%
B=48.78%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal87391200.280.6700.53275.5650.9431.18
Hex5727781C43035114331f
Octal12747170341030654246337
Binary10101111001111111000111001000011011010110001010011001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #572778; }

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

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

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

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

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

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

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

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