#563B74

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

Shades of Kingfisher Daisy #563B74

Tints of Kingfisher Daisy #563B74

Color information

#563B74 (or 0x563B74) is unknown color: approx Kingfisher Daisy. HEX triplet: 56, 3B and 74. RGB value is (86,59,116). Sum of RGB (Red+Green+Blue) = 86+59+116=261 (34% of max value = 765). Red value is 86 (33.98% from 255 or 32.95% from 261); Green value is 59 (23.44% from 255 or 22.61% from 261); Blue value is 116 (45.70% from 255 or 44.44% from 261); Max value from RGB is 116 - color contains mainly: blue. Hex color #563B74 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #563B74 is #A9C48B. Grayscale: #494949. Windows color (decimal): -11125900 or 7617366. OLE color: 7617366.

HSL color Cylindrical-coordinate representation of color #563B74: hue angle of 268.42º degrees, saturation: 0.33, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #563B74 is Cyan = 0.26, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB8659116-
CMYK0.260.4900.55
HSL268.42º32.57%34.31%-
HSV(B)268.42º49.14%45.49%-
XYZ8.556.3717.3-
YUV73.57151.95136.87-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 32.95%
GREEN value IS 59 (23.44% from 255) = 22.61%
BLUE value IS 116 (45.70% from 255) = 44.44%
R=32.95%
G=22.61%
B=44.44%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal86591160.260.4900.55268.4232.5734.31
Hex563B741A3103710c2122
Octal1267316432610674144142
Binary10101101110111110100110101100010110111100001100100001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563B74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #563B74; }

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

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

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

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

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

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

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

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