#563278

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

Shades of Kingfisher Daisy #563278

Tints of Kingfisher Daisy #563278

Color information

#563278 (or 0x563278) is unknown color: approx Kingfisher Daisy. HEX triplet: 56, 32 and 78. RGB value is (86,50,120). Sum of RGB (Red+Green+Blue) = 86+50+120=256 (33% of max value = 765). Red value is 86 (33.98% from 255 or 33.59% from 256); Green value is 50 (19.92% from 255 or 19.53% from 256); Blue value is 120 (47.27% from 255 or 46.88% from 256); Max value from RGB is 120 - color contains mainly: blue. Hex color #563278 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #563278 is #A9CD87. Grayscale: #444444. Windows color (decimal): -11128200 or 7877206. OLE color: 7877206.

HSL color Cylindrical-coordinate representation of color #563278: hue angle of 270.86º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #563278 is Cyan = 0.28, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB8650120-
CMYK0.280.5800.53
HSL270.86º41.18%33.33%-
HSV(B)270.86º58.33%47.06%-
XYZ8.375.6218.41-
YUV68.74156.93140.31-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 33.59%
GREEN value IS 50 (19.92% from 255) = 19.53%
BLUE value IS 120 (47.27% from 255) = 46.88%
R=33.59%
G=19.53%
B=46.88%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal86501200.280.5800.53270.8641.1833.33
Hex5632781C3A03510f2921
Octal1266217034720654175141
Binary10101101100101111000111001110100110101100001111101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #563278; }

 p { color: rgb(86,50,120); }

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

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

 a { background-color: rgb(86,50,120); }

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

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

 span { border-color: rgb(86,50,120); }

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