#563079

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

Shades of Kingfisher Daisy #563079

Tints of Kingfisher Daisy #563079

Color information

#563079 (or 0x563079) is unknown color: approx Kingfisher Daisy. HEX triplet: 56, 30 and 79. RGB value is (86,48,121). Sum of RGB (Red+Green+Blue) = 86+48+121=255 (33% of max value = 765). Red value is 86 (33.98% from 255 or 33.73% from 255); Green value is 48 (19.14% from 255 or 18.82% from 255); Blue value is 121 (47.66% from 255 or 47.45% from 255); Max value from RGB is 121 - color contains mainly: blue. Hex color #563079 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #563079 is #A9CF86. Grayscale: #434343. Windows color (decimal): -11128711 or 7942230. OLE color: 7942230.

HSL color Cylindrical-coordinate representation of color #563079: hue angle of 271.23º degrees, saturation: 0.43, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #563079 is Cyan = 0.29, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB8648121-
CMYK0.290.6000.53
HSL271.23º43.2%33.14%-
HSV(B)271.23º60.33%47.45%-
XYZ8.355.4718.71-
YUV67.68158.09141.06-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 33.73%
GREEN value IS 48 (19.14% from 255) = 18.82%
BLUE value IS 121 (47.66% from 255) = 47.45%
R=33.73%
G=18.82%
B=47.45%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal86481210.290.6000.53271.2343.233.14
Hex5630791D3C03510f2b21
Octal1266017135740654175341
Binary10101101100001111001111011111000110101100001111101011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #563079; }

 p { color: rgb(86,48,121); }

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

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

 a { background-color: rgb(86,48,121); }

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

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

 span { border-color: rgb(86,48,121); }

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