#563074

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

Shades of Kingfisher Daisy #563074

Tints of Kingfisher Daisy #563074

Color information

#563074 (or 0x563074) is unknown color: approx Kingfisher Daisy. HEX triplet: 56, 30 and 74. RGB value is (86,48,116). Sum of RGB (Red+Green+Blue) = 86+48+116=250 (33% of max value = 765). Red value is 86 (33.98% from 255 or 34.4% from 250); Green value is 48 (19.14% from 255 or 19.2% from 250); Blue value is 116 (45.70% from 255 or 46.4% from 250); Max value from RGB is 116 - color contains mainly: blue. Hex color #563074 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #563074 is #A9CF8B. Grayscale: #424242. Windows color (decimal): -11128716 or 7614550. OLE color: 7614550.

HSL color Cylindrical-coordinate representation of color #563074: hue angle of 273.53º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #563074 is Cyan = 0.26, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB8648116-
CMYK0.260.5900.55
HSL273.53º41.46%32.16%-
HSV(B)273.53º58.62%45.49%-
XYZ8.055.3517.13-
YUV67.11155.59141.47-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 34.4%
GREEN value IS 48 (19.14% from 255) = 19.2%
BLUE value IS 116 (45.70% from 255) = 46.4%
R=34.4%
G=19.2%
B=46.4%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal86481160.260.5900.55273.5341.4632.16
Hex5630741A3B0371122920
Octal1266016432730674225140
Binary10101101100001110100110101110110110111100010010101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #563074; }

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

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

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

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

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

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

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

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